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
LocalizationEditorSettings
Editor interface for modifying Localization settings and Localization based Addressables properties.
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
StringTableCollectionExtensionAttribute
Indicates that the CollectionExtension can be added to a StringTableCollection and will appear in the add extension menu.