Property | Type | Description | |
---|---|---|---|
character | Character | ||
ticks | int |
Method | Description | |
---|---|---|
EndJump ( Vector3 &velocity ) : void |
Set final velocity
|
|
IsBeforeApex ( ) : bool |
Did apex reached?
|
|
IsHanging ( ) : bool |
Did apex reached?
|
|
Jumping ( Vector3 &velocity, float delta ) : bool |
Set velocity while jumping
|
|
Reset ( ) : void |
Reset jump data for next jump
|
|
StartJump ( Vector3 &velocity ) : void |
Set initial velocity
|
public abstract EndJump ( Vector3 &velocity ) : void | ||
velocity | Vector3 | |
return | void |
public Jumping ( Vector3 &velocity, float delta ) : bool | ||
velocity | Vector3 | |
delta | float | |
return | bool |
public abstract StartJump ( Vector3 &velocity ) : void | ||
velocity | Vector3 | |
return | void |