C# Class UILocalize, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
key string

Méthodes publiques

Méthode 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 méthode

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

OnLocalize() public méthode

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

Start() public méthode

Localize the widget on start.
public Start ( ) : void
Résultat void

Property Details

key public_oe property

Localization key.
public string key
Résultat string