Assembly: Serenity.UnityPlayerInput.Infrastructure.dll
public interface InputMaster.IMenuActions
Methods
Declaration
void OnCancel(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| CallbackContext |
context |
|
Declaration
void OnDeleteCharacter(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| CallbackContext |
context |
|
Declaration
void OnMenuPause(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| CallbackContext |
context |
|
Declaration
void OnNavigate(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| CallbackContext |
context |
|
Declaration
void OnSecondarySubmit(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| CallbackContext |
context |
|
Declaration
void OnSubmit(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| CallbackContext |
context |
|