Enum TableReferenceMethod
Adds a reference to a table in the Editor.
Namespace: UnityEditor.Localization
Assembly: solution.dll
Syntax
public enum TableReferenceMethod
Fields
| Name | Description |
|---|---|
| Guid | References the table by its Guid. This is the default and most robust method. |
| Name | References the table by its name. Only use this method if the table name won't change. |