SharedEntry
The shared key data for this entry, common to the key across every locale.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
SharedTableData.SharedTableEntry SharedEntry { get; }
Remarks
Resolved from the IResourceEntry.Table's ResourceTable.SharedData by IResourceEntry.KeyId, so it carries the key text and per-key flags such as SharedTableData.SharedTableEntry.IsSmart. It is when the entry has no IResourceEntry.Table or the key is absent from the shared data.
null