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