Id
The stable id of the key.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public long Id { get; }
Remarks
Assigned once when the key is added and never changed afterwards, so it stays valid across key renames. The owning SharedTableData keys its id lookup on this value, so it cannot be assigned directly.