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