IPlayerActions
ZepetoInputControl.IPlayerActions
Interface for player actions.
Methods
OnDoubleJump
▸ OnDoubleJump($context
): void
On double jump.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnJump
▸ OnJump($context
): void
On jump.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnMove
▸ OnMove($context
): void
On move.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void