docs.unity3d.com
    目次を表示する/隠す

    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
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)