Class KeyDatabase.KeyDatabaseEntry | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class KeyDatabase.KeyDatabaseEntry

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

    Properties

    Id

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

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX