Class AssetTableCollection | Package Manager UI website
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023