All Localization related UI scripts can be found here. All Localizations are defined via the Localization Manager Window found under the "UnityToolbox" dropdown.
|
| namespace | Editor |
| | All Localization related UI scripts can be found here.
|
| |
|
| struct | LocalizationID |
| | An ID which is used to indentify and serialize Localization data. More...
|
| |
| struct | LocalizationLanguage |
| | The language which is used to indentify and serialize Localization data. More...
|
| |
| struct | LocalizationScope |
| | The scope which is used to indentify and serialize Localization data. More...
|
| |
| class | Localizer |
| | The heart of the Localization system. Every Localization, its serialisation and editing is managed here. More...
|
| |
| class | LocalizzedText |
| | This script is placed on a Text component and swaps out the Localization in editor and runtime. More...
|
| |