Enum TableReference.Type
The type of reference.
Namespace: UnityEngine.Localization.Tables
Syntax
public enum Type : int
Fields
Name | Description | Value |
---|---|---|
Empty | No table is referenced. |
0 |
Guid | A table is referenced by its table collection name guid. |
1 |
Name | A table is referenced by its name. |
2 |