UnityToolbox
Brief documentation for all existing scripts.
 
Loading...
Searching...
No Matches
UnityToolbox.UI.Localization Namespace Reference

All Localization related UI scripts can be found here. All Localizations are defined via the Localization Manager Window found under the "UnityToolbox" dropdown.

Namespaces

namespace  Editor
 All Localization related UI scripts can be found here.
 

Classes

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...