TableEntryReference
The entry within the table collection that this reference resolves.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public TableEntryReference TableEntryReference { get; set; }
Remarks
Identifies the entry by key name or key id. Assigning a new value re-resolves the reference and notifies any live listeners. Use LocalizedEntry<TEntry>.SetReference to set the table and entry together with a single refresh.