Class LocalizedReference | Localization | 0.5.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class LocalizedReference

    A Localized Reference allows for referencing an entry inside of a specific LocalizedTable.

    Inheritance
    Object
    LocalizedReference
    LocalizedAsset<TObject>
    LocalizedString
    Namespace: UnityEngine.Localization
    Syntax
    [Serializable]
    public abstract class LocalizedReference

    Properties

    TableEntryReference

    A reference to the entry inside of TableReference. The entry reference can either be the entry id or the entry name.

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

    TableReference

    A reference to the LocalizedTable. A table reference can be either the name of the table or the table name Guid.

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

    Methods

    ToString()

    Returns a string representation including the TableReference and TableEntryReference

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