C# Class dingControlBase, delft-toolkit-prototype

Inheritance: MonoBehaviour
Show file Open project: pvanallen/delft-toolkit-prototype

Public Properties

Property Type Description
speed float

Protected Properties

Property Type Description
action aiGlobals.ActionTypes
device aiGlobals.Devices
param1 int
param2 string

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void
handleAction ( ) : void
printNewMode ( string receiver, aiGlobals.ActionTypes newAction ) : void
setAction ( aiGlobals.Devices aDevice, aiGlobals.ActionTypes anAction, int a, string b ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

handleAction() public method

public handleAction ( ) : void
return void

printNewMode() public method

public printNewMode ( string receiver, aiGlobals.ActionTypes newAction ) : void
receiver string
newAction aiGlobals.ActionTypes
return void

setAction() public method

public setAction ( aiGlobals.Devices aDevice, aiGlobals.ActionTypes anAction, int a, string b ) : void
aDevice aiGlobals.Devices
anAction aiGlobals.ActionTypes
a int
b string
return void

Property Details

action protected property

protected aiGlobals.ActionTypes action
return aiGlobals.ActionTypes

device protected property

protected aiGlobals.Devices device
return aiGlobals.Devices

param1 protected property

protected int param1
return int

param2 protected property

protected string param2
return string

speed public property

public float speed
return float