C# Class UILocalize, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
key string

Public Methods

Method Description
OnEnable ( ) : void

Localize the widget on enable, but only if it has been started already.

OnLocalize ( ) : void

This function is called by the Localization manager via a broadcast SendMessage.

Start ( ) : void

Localize the widget on start.

Method Details

OnEnable() public method

Localize the widget on enable, but only if it has been started already.
public OnEnable ( ) : void
return void

OnLocalize() public method

This function is called by the Localization manager via a broadcast SendMessage.
public OnLocalize ( ) : void
return void

Start() public method

Localize the widget on start.
public Start ( ) : void
return void

Property Details

key public property

Localization key.
public string key
return string