Class SharedTableData.SharedTableEntry
A entry in the SharedTableData. Contains the unique id, the name of the key and optional Metadata.
Namespace: UnityEngine.Localization.Tables
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class SharedTableData.SharedTableEntry
Properties
Name | Description |
---|---|
Id | Unique id(to this SharedTableData). |
Key | The name of the key, must also be unique. |
Metadata | Optional Metadata for this key that is also shared between all tables that use this SharedTableData. |