Interface DefaultInputActions.IPlayerActions
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public interface DefaultInputActions.IPlayerActions
Methods
OnFire(CallbackContext)
Declaration
void OnFire(InputAction.CallbackContext context)
Parameters
Type | Name | Description |
---|---|---|
InputAction.CallbackContext | context |
OnLook(CallbackContext)
Declaration
void OnLook(InputAction.CallbackContext context)
Parameters
Type | Name | Description |
---|---|---|
InputAction.CallbackContext | context |
OnMove(CallbackContext)
Declaration
void OnMove(InputAction.CallbackContext context)
Parameters
Type | Name | Description |
---|---|---|
InputAction.CallbackContext | context |