Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Table

The table this entry belongs to.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: Unity.Localization
  • Assembly: UnityEngine.LocalizationRuntimeModule
ResourceTable Table { get; }

Remarks

The owning ResourceTable sets this when the entry is added or when the table is loaded, so a resolved entry can reach its table's ResourceTable.SharedData and per-locale data. It is
null
for an entry that is not part of a table.