C# Class KinaseCmdCtrl, 2015-Fall

Inheritance: MonoBehaviour, Roam.CollectObject
Mostra file Open project: BioRubeBotProject/2015-Fall

Public Properties

Property Type Description
Kinase_P2 GameObject
timeoutMaxInterval float

Public Methods

Method Description
GetObject ( GameObject obj, string newTag ) : void
reset ( ) : void
resetTarget ( ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
setupNextPhase ( ) : void
setupRestraint ( ) : float
setupVector ( ) : Vector3

Method Details

GetObject() public method

public GetObject ( GameObject obj, string newTag ) : void
obj GameObject
newTag string
return void

reset() public method

public reset ( ) : void
return void

resetTarget() public method

public resetTarget ( ) : void
return void

Property Details

Kinase_P2 public_oe property

public GameObject Kinase_P2
return GameObject

timeoutMaxInterval public_oe property

public float timeoutMaxInterval
return float