platformer
Public Attributes | List of all members
UnityPlatformer.JumpVariableHeightProperties Class Reference

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...
 

Detailed Description

Serializable class to configure JumpVariableHeight in the Editor

Member Data Documentation

◆ graceJumpTime

float UnityPlatformer.JumpVariableHeightProperties.graceJumpTime = 0.15f

Time allowed to jump after leave ground

◆ hangTime

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).

◆ maxJumpHeight

float UnityPlatformer.JumpVariableHeightProperties.maxJumpHeight = 4

Max Jump height

◆ minJumpHeight

float UnityPlatformer.JumpVariableHeightProperties.minJumpHeight = 1

Min Jump height

◆ timeToJumpApex

float UnityPlatformer.JumpVariableHeightProperties.timeToJumpApex = 0.4f

Time to reach maxJumpHeight


The documentation for this class was generated from the following file: