C# Class TPC, Project-ROB

Inheritance: MonoBehaviour
Show file Open project: spooty89/Project-ROB Class Usage Examples

Public Properties

Property Type Description
lastState string
useFixedUpdate bool

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Update ( ) : void
UpdateFunction ( ) : void
animationSetup ( ) : void
stateChangeSetup ( ) : void

Private Methods

Method Description
AnimationHandler ( ) : void
Awake ( ) : void
OnControllerColliderHit ( ControllerColliderHit hit ) : void
Start ( ) : void
stateChangeHandler ( string state ) : void
surroundingCollisionHandler ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Update() public method

public Update ( ) : void
return void

UpdateFunction() public method

public UpdateFunction ( ) : void
return void

animationSetup() public method

public animationSetup ( ) : void
return void

stateChangeSetup() public method

public stateChangeSetup ( ) : void
return void

Property Details

lastState public property

public string lastState
return string

useFixedUpdate public property

public bool useFixedUpdate
return bool