Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SharedData

The shared key data for the collection this table belongs to.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: Unity.Localization
  • Assembly: UnityEngine.LocalizationRuntimeModule
public SharedTableData SharedData { get; set; }

Remarks

Every locale table in a collection points at the same SharedTableData, which maps key text to the stable ids used by the entries here. Lookups by key text (for example ResourceTable.GetEntry) and ResourceTable.AddStringEntry resolve through it, so assign it before those calls resolve keys.