|
My Project
|
Public Types | |
| enum | Type { Run , Stop , JumpFromStop , Jump , TapJump , JumpUp , Jets , Careful , BunnyHop , Crouch } |
Public Member Functions | |
| Color | GetColor () |
Public Attributes | |
| Waypoint | waypoint |
| Type | type |
| float | timeoutSecs = 2.5f |
| bool | mustCollidePrecisely = false |
| float | jumpTimeModifier = 1.0f |
| Transform | runUpPoint |
| float | requiredJumpVelocity = 0.0f |
| float | carefulVelocity = 8.0f |
| bool | canUseJets = true |
| bool | canCrouchRoll = true |