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
Datei anzeigen Open project: HipsterSloth/psmove-unity5 Class Usage Examples

Public Properties

Property Type Description
OutputWindow Text,

Public Methods

Method Description
OnAddTextClicked ( ) : void
OnClearTextClicked ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnAddTextClicked() public method

public OnAddTextClicked ( ) : void
return void

OnClearTextClicked() public method

public OnClearTextClicked ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

OutputWindow public_oe property

public Text, OutputWindow
return Text,