Entries
The entries this table holds for its locale.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public IReadOnlyList<IResourceEntry> Entries { get; }
Remarks
The list is read-only. Change its contents through ResourceTable.AddEntry, ResourceTable.AddStringEntry, ResourceTable.RemoveEntry, and ResourceTable.RemoveAllEntries.