Class AssetTableCollection | Localization | 0.6.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class AssetTableCollection

    Contains information on all the tables associated with a table name and type.

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

    Properties

    SharedData

    The data that is shared across all the tables in this collection.

    Declaration
    public SharedTableData SharedData { get; set; }
    Property Value
    Type Description
    SharedTableData

    TableEntries

    A list of , each one represents a single table in this collection.

    Declaration
    public List<AddressableAssetEntry> TableEntries { get; }
    Property Value
    Type Description
    List<AddressableAssetEntry>

    TableName

    The name all tables in this collection share.

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

    Tables

    The Table assets for this collection. Calling get will force all the tables to be loaded.

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

    TableType

    The type of LocalizedTable implementation for this collection. By default this will either by StringTable or AssetTable.

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

    Methods

    Equals(Object)

    Compare the AssetTableCollection to another AssetTableCollection.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(AssetTableCollection)

    Compare another AssetTableCollection to this one. Compares the TableEntries field.

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

    GetHashCode()

    Returns the hash code of or if it is null.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Returns TableName.

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