Namespace UnityEditor.Localization
Classes
AddressableEntryNotFoundException
This exception is thrown when an asset is expected to be part of the Addressables system. The Localization system uses Addressables for loading Locales, Tables and Table Assets.
AssetNotPersistentException
This exception is thrown when an asset is expected to be persistent(saved on disk) but it is not.
AssetTableCollection
Contains information on all the tables associated with a table collection name and type.
AssetTableCollectionExtensionAttribute
Indicates that the CollectionExtension can be added to a AssetTableCollection and will appear in the add extension menu.
CollectionExtension
Allows for attaching additional data or functionality to a StringTableCollection or AssetTableCollection.
LocalizationEditorEvents
Common events sent out during interaction with the localization system through the Editor.
LocalizationEditorSettings
Provides methods for configuring Localization settings including tables and Locales.
LocalizationProjectSettings
Contains Editor only localization Settings.
LocalizationTableCollection
Editor interface to a collection of tables which all share the same SharedTableData.
LocalizationTableCollection.Row<TEntry>
Represents a single Key and its localized values when using GetRowEnumerator.
StringTableCollection
Provides methods for managing multiple StringTable in the Editor.
StringTableCollectionExtensionAttribute
Indicates that the CollectionExtension can be added to a StringTableCollection and will appear in the add extension menu.