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

    Class LocalizedTable

    Inheritance
    System.Object
    LocalizedTable
    LocalizedAssetTable
    StringTableBase
    Namespace: UnityEngine.Localization
    Syntax
    public abstract class LocalizedTable : ScriptableObject

    Properties

    Keys

    Database of all keys used by this Table.

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

    LocaleIdentifier

    The locale this asset table supports.

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

    TableName

    The name of this asset table. Must be unique per locale.

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

    Methods

    ToString()

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