IAvatarInputActionsListener
Input Service
Interface
Interface for listening to avatar input capture events. Only events overridden with StartAvatarInputCapture
will be triggered.
Methods
OnAvatarActionInput(InputPhase) | Called when action input has been captured. |
OnAvatarAutoSprintToggled(bool) | Called when auto sprint has been toggled on. |
OnAvatarJumpInput(InputPhase) | Called when jump input has been captured. |
OnAvatarMoveInput(InputPhase, Vector2) | Called when the user moves the avatar. |
OnAvatarSprintInput(InputPhase) | Called when sprint input has been captured. |
Inherited Members
OnInputCaptureStarted(InputCaptureType) | Called when input capture has started. |
OnInputCaptureStopped(InputCaptureType) | Called when input capture has stopped. |