Property | Type | Description | |
---|---|---|---|
speed | float |
Property | Type | Description | |
---|---|---|---|
action | aiGlobals.ActionTypes | ||
device | aiGlobals.Devices | ||
param1 | int | ||
param2 | string |
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 |
public printNewMode ( string receiver, aiGlobals.ActionTypes newAction ) : void | ||
receiver | string | |
newAction | aiGlobals.ActionTypes | |
return | void |
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 |