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

    Class KeyDatabase.KeyDatabaseEntry

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

    Inheritance
    Object
    KeyDatabase.KeyDatabaseEntry
    Namespace: UnityEngine.Localization.Tables
    Syntax
    [Serializable]
    public class KeyDatabaseEntry

    Properties

    Id

    Unique id(to this Key Database).

    Declaration
    public uint Id { get; }
    Property Value
    Type Description
    UInt32

    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 KeyDatabase.

    Declaration
    public MetadataCollection Metadata { get; set; }
    Property Value
    Type Description
    MetadataCollection
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX