TableReference
The localization table collection that this reference resolves against.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public TableReference TableReference { get; set; }
Remarks
Assigning a new value re-resolves the reference and notifies any live listeners. A value can be set from a table collection name or its GUID, because TableReference converts from both.