Enum TableEntryReference.Type
The type of reference.
Namespace: UnityEngine.Localization.Tables
Syntax
public enum Type : int
Fields
Name | Description | Value |
---|---|---|
Empty | No table entry is referenced. |
0 |
Name | The key name is referenced. |
1 |
Id | The Key Id is referenced |
2 |