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