프로퍼티 | 타입 | 설명 | |
---|---|---|---|
initialVelocity | float | ||
minPenetrationSpeed | float | ||
penetration | float |
메소드 | 설명 | |
---|---|---|
EndJump ( Vector3 &velocity ) : void | ||
IsBeforeApex ( ) : bool | ||
IsHanging ( ) : bool | ||
JumpConstantSpring ( Character _character, |
Constructor
|
|
JumpConstantSpring ( Character _character, float _initialVelocity, float _penetration, float _minPenetrationSpeed ) : System |
Constructor
|
|
Jumping ( Vector3 &velocity, float delta ) : bool | ||
StartJump ( Vector3 &velocity ) : void |
public JumpConstantSpring ( Character _character, |
||
_character | Character | |
jp | ||
리턴 | System |
public JumpConstantSpring ( Character _character, float _initialVelocity, float _penetration, float _minPenetrationSpeed ) : System | ||
_character | Character | |
_initialVelocity | float | |
_penetration | float | |
_minPenetrationSpeed | float | |
리턴 | System |
public Jumping ( Vector3 &velocity, float delta ) : bool | ||
velocity | Vector3 | |
delta | float | |
리턴 | bool |