docs.unity.cn
    Show / Hide Table of Contents

    Class SharedTableData.SharedTableEntry

    A entry in the SharedTableData. Contains the unique id, the name of the key and optional Metadata.

    Inheritance
    Object
    SharedTableData.SharedTableEntry
    Namespace: UnityEngine.Localization.Tables
    Syntax
    [Serializable]
    public class SharedTableEntry

    Properties

    Id

    Unique id(to this SharedTableData).

    Declaration
    public long Id { get; }
    Property Value
    Type Description
    Int64

    Key

    The name of the key, must also be unique.

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

    Metadata

    Optional Metadata for this key that is also shared between all tables that use this SharedTableData.

    Declaration
    public MetadataCollection Metadata { get; set; }
    Property Value
    Type Description
    MetadataCollection
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023