Namespace UnityEngine.Localization.Tables
Classes
AssetTable
An AssetTable
AssetTableEntry
Run time representation of an entry in a AssetTable.
KeyDatabase
The key database is responsible for holding localization keys and associating keys to unique ids. Each collection of tables will reference a single Key Database asset.
KeyDatabase.KeyDatabaseEntry
A entry in the Key Database. Contains the unique id, the name of the key and optional Metadata.
LocalizedTable
Abstract base class for all tables. Contains common functionality.
LocalizedTableT<TEntry>
StringTable
A table that stores localized strings for a specific Locale.
StringTableEntry
A StringTable entry.
TableEntry
Player version of a table entry that can contain additional data that is not serialized.
Structs
TableEntryReference
Allows for referencing a table entry via key or key id.
TableReference
It is possible to reference a table via either the table name of the table name guid. The TableReference provides a flexible way to reference via either of these methods and also includes editor functionality.
Enums
TableEntryReference.Type
The type of reference.
TableReference.Type
The type of reference.