C# Class RemoteController, q-arrr

Inheritance: MonoBehaviour
显示文件 Open project: CreativeTechnology/q-arrr Class Usage Examples

Public Properties

Property Type Description
avatar Avatar
buttons EventedButton[],

Public Methods

Method Description
HandleEvent ( string e ) : void
SendController ( EventedButton, b ) : void
Start ( ) : void

Method Details

HandleEvent() public method

public HandleEvent ( string e ) : void
e string
return void

SendController() public method

public SendController ( EventedButton, b ) : void
b EventedButton,
return void

Start() public method

public Start ( ) : void
return void

Property Details

avatar public_oe property

public Avatar avatar
return Avatar

buttons public_oe property

public EventedButton[], buttons
return EventedButton[],