Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
null
when the entry has no IResourceEntry.Table or the key is absent from the shared data.