Loading...
Searching...
No Matches
AdventureSouls.SoulsInput.ISystemActions Interface Reference

Detailed Description

Interface to implement callback methods for all input action callbacks associated with input actions defined by "System" which allows adding and removing callbacks.

See also
SystemActions.AddCallbacks(ISystemActions), SystemActions.RemoveCallbacks(ISystemActions)

Public Member Functions

void OnMenu (InputAction.CallbackContext context)
 Method invoked when associated input action "Menu" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
 

Member Function Documentation

◆ OnMenu()

void AdventureSouls.SoulsInput.ISystemActions.OnMenu ( InputAction.CallbackContext context)

Method invoked when associated input action "Menu" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.

See also
UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed, UnityEngine.InputSystem.InputAction.canceled