Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


KeyId

The stable key id this entry provides a value for.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: Unity.Localization
  • Assembly: UnityEngine.LocalizationRuntimeModule
long KeyId { get; }

Remarks

The id is assigned by the collection's SharedTableData and never changes for the life of the key, so a renamed key keeps its entries. An id of
0
means the entry is not bound to a key.