NWH Common
Search Results for

    Show / Hide Table of Contents

    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 Source

    OnCameraPanning(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
    started
    performed
    canceled
    | Edit this page View Source

    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
    started
    performed
    canceled
    | Edit this page View Source

    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
    started
    performed
    canceled
    | Edit this page View Source

    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
    started
    performed
    canceled
    | Edit this page View Source

    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
    started
    performed
    canceled
    | Edit this page View Source

    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
    See Also
    started
    performed
    canceled

    See Also

    AddCallbacks(ICameraControlsActions)
    RemoveCallbacks(ICameraControlsActions)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics