platformer
|
Serializable class to configure JumpVariableHeight in the Editor More...
Public Attributes | |
float | maxJumpHeight = 4 |
Max Jump height More... | |
float | minJumpHeight = 1 |
Min Jump height More... | |
float | graceJumpTime = 0.15f |
Time allowed to jump after leave ground More... | |
float | timeToJumpApex = 0.4f |
Time to reach maxJumpHeight More... | |
float | hangTime = 0.0f |
Amount of time may spend hanging in midair at the apex of her jump (while the jump is not canceled). More... | |
Serializable class to configure JumpVariableHeight in the Editor
float UnityPlatformer.JumpVariableHeightProperties.graceJumpTime = 0.15f |
Time allowed to jump after leave ground
float UnityPlatformer.JumpVariableHeightProperties.hangTime = 0.0f |
Amount of time may spend hanging in midair at the apex of her jump (while the jump is not canceled).
float UnityPlatformer.JumpVariableHeightProperties.maxJumpHeight = 4 |
Max Jump height
float UnityPlatformer.JumpVariableHeightProperties.minJumpHeight = 1 |
Min Jump height
float UnityPlatformer.JumpVariableHeightProperties.timeToJumpApex = 0.4f |
Time to reach maxJumpHeight