Class AssetTableCollection | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class AssetTableCollection

    Asset tables are collated by their type and table name

    Inheritance
    System.Object
    AssetTableCollection
    Namespace: UnityEditor.Localization
    Syntax
    public class AssetTableCollection : IEquatable<AssetTableCollection>

    Constructors

    AssetTableCollection()

    Declaration
    public AssetTableCollection()

    Properties

    AssetType

    Declaration
    public Type AssetType { get; }
    Property Value
    Type Description
    Type

    TableEditor

    Declaration
    public LocalizedTableEditor TableEditor { get; }
    Property Value
    Type Description
    LocalizedTableEditor

    TableName

    Declaration
    public virtual string TableName { get; }
    Property Value
    Type Description
    System.String

    Tables

    Declaration
    public List<LocalizedTable> Tables { get; set; }
    Property Value
    Type Description
    List<LocalizedTable>

    TableType

    Declaration
    public Type TableType { get; set; }
    Property Value
    Type Description
    Type

    Methods

    Equals(AssetTableCollection)

    Declaration
    public bool Equals(AssetTableCollection other)
    Parameters
    Type Name Description
    AssetTableCollection other
    Returns
    Type Description
    System.Boolean

    GetKeys()

    Declaration
    public HashSet<string> GetKeys()
    Returns
    Type Description
    HashSet<System.String>

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX