C# Class TPC, Project-ROB

Inheritance: MonoBehaviour
Afficher le fichier Open project: spooty89/Project-ROB Class Usage Examples

Méthodes publiques

Свойство Type Description
lastState string
useFixedUpdate bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Update ( ) : void
UpdateFunction ( ) : void
animationSetup ( ) : void
stateChangeSetup ( ) : void

Private Methods

Méthode Description
AnimationHandler ( ) : void
Awake ( ) : void
OnControllerColliderHit ( ControllerColliderHit hit ) : void
Start ( ) : void
stateChangeHandler ( string state ) : void
surroundingCollisionHandler ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateFunction() public méthode

public UpdateFunction ( ) : void
Résultat void

animationSetup() public méthode

public animationSetup ( ) : void
Résultat void

stateChangeSetup() public méthode

public stateChangeSetup ( ) : void
Résultat void

Property Details

lastState public_oe property

public string lastState
Résultat string

useFixedUpdate public_oe property

public bool useFixedUpdate
Résultat bool