docs.unity3d.com
    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
    In This Article
    • Properties
      • Id
      • Key
      • Metadata
    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