CharacterJumpState
ZEPETO.Character.Controller.CharacterJumpState
Represents the detailed jumping state of a ZEPETO character.
Name | Value | Description |
---|---|---|
None | -1 | None. |
JumpIdle | 0 | Jumping in place. |
JumpMove | 1 | Jumping in a direction, combining the vertical leap with horizontal motion. |
JumpDash | 2 | Jumping quickly. |
JumpDouble | 3 | Performing a second jump while already in a jump. |