Interface SceneInputActions.ICameraControlsActions
Interface to implement callback methods for all input action callbacks associated with input actions defined by "CameraControls" which allows adding and removing callbacks.
Namespace: NWH.Common.Input
Assembly: NWH.Common.dll
Syntax
public interface SceneInputActions.ICameraControlsActions
Methods
| Edit this page View SourceOnCameraPanning(CallbackContext)
Method invoked when associated input action "CameraPanning" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
Declaration
void OnCameraPanning(InputAction.CallbackContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction.CallbackContext | context |
See Also
OnCameraPanningModifier(CallbackContext)
Method invoked when associated input action "CameraPanningModifier" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
Declaration
void OnCameraPanningModifier(InputAction.CallbackContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction.CallbackContext | context |
See Also
OnCameraRotation(CallbackContext)
Method invoked when associated input action "CameraRotation" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
Declaration
void OnCameraRotation(InputAction.CallbackContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction.CallbackContext | context |
See Also
OnCameraRotationModifier(CallbackContext)
Method invoked when associated input action "CameraRotationModifier" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
Declaration
void OnCameraRotationModifier(InputAction.CallbackContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction.CallbackContext | context |
See Also
OnCameraZoom(CallbackContext)
Method invoked when associated input action "CameraZoom" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
Declaration
void OnCameraZoom(InputAction.CallbackContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction.CallbackContext | context |
See Also
OnChangeCamera(CallbackContext)
Method invoked when associated input action "ChangeCamera" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.
Declaration
void OnChangeCamera(InputAction.CallbackContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction.CallbackContext | context |