C# Class ClimbState, Project-ROB

Inheritance: StateClass
显示文件 Open project: spooty89/Project-ROB Class Usage Examples

Public Properties

Property Type Description
walljumpRotationModifier float

Public Methods

Method Description
ApplyJump ( ) : void
CollisionHandler ( ControllerColliderHit hit ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Run ( ) : void
TriggerEnterHandler ( Collider other ) : void
TriggerExitHandler ( Collider other ) : void
surroundingCollisionHandler ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
CheckAbove ( ) : bool
InputHandler ( ) : void
MovementHandler ( ) : void

Method Details

ApplyJump() public method

public ApplyJump ( ) : void
return void

Awake() protected method

protected Awake ( ) : void
return void

CollisionHandler() public method

public CollisionHandler ( ControllerColliderHit hit ) : void
hit UnityEngine.ControllerColliderHit
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Run() public method

public Run ( ) : void
return void

TriggerEnterHandler() public method

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

TriggerExitHandler() public method

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

surroundingCollisionHandler() public method

public surroundingCollisionHandler ( ) : void
return void

Property Details

walljumpRotationModifier public_oe property

public float walljumpRotationModifier
return float