C# Class dingControlBase, delft-toolkit-prototype

Inheritance: MonoBehaviour
Afficher le fichier Open project: pvanallen/delft-toolkit-prototype

Méthodes publiques

Свойство Type Description
speed float

Protected Properties

Свойство Type Description
action aiGlobals.ActionTypes
device aiGlobals.Devices
param1 int
param2 string

Méthodes publiques

Méthode 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 méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

handleAction() public méthode

public handleAction ( ) : void
Résultat void

printNewMode() public méthode

public printNewMode ( string receiver, aiGlobals.ActionTypes newAction ) : void
receiver string
newAction aiGlobals.ActionTypes
Résultat void

setAction() public méthode

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

Property Details

action protected_oe property

protected aiGlobals.ActionTypes action
Résultat aiGlobals.ActionTypes

device protected_oe property

protected aiGlobals.Devices device
Résultat aiGlobals.Devices

param1 protected_oe property

protected int param1
Résultat int

param2 protected_oe property

protected string param2
Résultat string

speed public_oe property

public float speed
Résultat float