Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Proxy container that provides you with a localized sprite content.
Public Member Functions | |
LocalizedSpriteContent (Sprite content) | |
delegate void | UpdateHandler (AProxyContentProvider info) |
Handle UI member update. More... | |
delegate LocalizatorType | LocalizationHandler (LocalizatorType origin) |
Handler that should return localized text related to the origin one in current localization policy. More... | |
Static Public Member Functions | |
static void | SetLocalzationHandler (LocalizationHandler localizator) |
Defines localization handler for text content. More... | |
Protected Member Functions | |
virtual void | OnUpdated () |
Occurs when some GUI element has been changed. | |
Properties | |
override Sprite | content [get, set] |
Sprite that will be used as icon where applicable. | |
static LocalizationHandler | localizator [get] |
Events | |
UpdateHandler | Updated |
Occurs when content has been updated. | |
|
inherited |
Handler that should return localized text related to the origin one in current localization policy.
origin | Origin text or key code to localization system access. |
|
staticinherited |
Defines localization handler for text content.
localizator | handler that will be called to localize a content. |
|
inherited |
Handle UI member update.
info | Updated info. |