C# Class UIEventHandler, psmove-unity5

All handler classes that wants to register for the events generated by UIView must extend this class It ensures proper binding and unbinding of event listeners and other initialization and cleanup
Inheritance: MonoBehaviour
Afficher le fichier Open project: HipsterSloth/psmove-unity5 Class Usage Examples

Méthodes publiques

Свойство Type Description
OutputWindow Text,

Méthodes publiques

Méthode Description
OnAddTextClicked ( ) : void
OnClearTextClicked ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnAddTextClicked() public méthode

public OnAddTextClicked ( ) : void
Résultat void

OnClearTextClicked() public méthode

public OnClearTextClicked ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

OutputWindow public_oe property

public Text, OutputWindow
Résultat Text,