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>

    Properties

    AssetType

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

    Keys

    Declaration
    public KeyDatabase Keys { get; set; }
    Property Value
    Type Description
    KeyDatabase

    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
    System.Collections.Generic.List<LocalizedTable>

    TableType

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

    Methods

    Equals(AssetTableCollection)

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    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