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 |