NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    Interface AircraftInputActions.IAirplaneControlsActions

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

    Namespace: NWH.Aerodynamics.AircraftController.Input
    Assembly: NWH.Aerodynamics.dll
    Syntax
    public interface AircraftInputActions.IAirplaneControlsActions

    Methods

    | Edit this page View Source

    OnAilerons(CallbackContext)

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

    Declaration
    void OnAilerons(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnAileronsTrimLeft(CallbackContext)

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

    Declaration
    void OnAileronsTrimLeft(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnAileronsTrimRight(CallbackContext)

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

    Declaration
    void OnAileronsTrimRight(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnBrakes(CallbackContext)

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

    Declaration
    void OnBrakes(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnBrakesLeft(CallbackContext)

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

    Declaration
    void OnBrakesLeft(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnBrakesRight(CallbackContext)

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

    Declaration
    void OnBrakesRight(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnElevator(CallbackContext)

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

    Declaration
    void OnElevator(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnElevatorTrimDown(CallbackContext)

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

    Declaration
    void OnElevatorTrimDown(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnElevatorTrimUp(CallbackContext)

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

    Declaration
    void OnElevatorTrimUp(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnEngineStartCommon(CallbackContext)

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

    Declaration
    void OnEngineStartCommon(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnEngineStopCommon(CallbackContext)

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

    Declaration
    void OnEngineStopCommon(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnFlapsExtend(CallbackContext)

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

    Declaration
    void OnFlapsExtend(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnFlapsExtendFully(CallbackContext)

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

    Declaration
    void OnFlapsExtendFully(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnFlapsRetract(CallbackContext)

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

    Declaration
    void OnFlapsRetract(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnFlapsRetractFully(CallbackContext)

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

    Declaration
    void OnFlapsRetractFully(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnLandingGear(CallbackContext)

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

    Declaration
    void OnLandingGear(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnLandingLights(CallbackContext)

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

    Declaration
    void OnLandingLights(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnNavigationLights(CallbackContext)

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

    Declaration
    void OnNavigationLights(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnParkingBrake(CallbackContext)

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

    Declaration
    void OnParkingBrake(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnPropPitch(CallbackContext)

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

    Declaration
    void OnPropPitch(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnPropPitchDecrease(CallbackContext)

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

    Declaration
    void OnPropPitchDecrease(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnPropPitchIncrease(CallbackContext)

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

    Declaration
    void OnPropPitchIncrease(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnRudder(CallbackContext)

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

    Declaration
    void OnRudder(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnRudderTrimLeft(CallbackContext)

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

    Declaration
    void OnRudderTrimLeft(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnRudderTrimRight(CallbackContext)

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

    Declaration
    void OnRudderTrimRight(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnSmokeSystem(CallbackContext)

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

    Declaration
    void OnSmokeSystem(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnSpoilers(CallbackContext)

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

    Declaration
    void OnSpoilers(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnThrottleCommon(CallbackContext)

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

    Declaration
    void OnThrottleCommon(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnThrottleDecrease(CallbackContext)

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

    Declaration
    void OnThrottleDecrease(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnThrottleFull(CallbackContext)

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

    Declaration
    void OnThrottleFull(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnThrottleIdle(CallbackContext)

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

    Declaration
    void OnThrottleIdle(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled
    | Edit this page View Source

    OnThrottleIncrease(CallbackContext)

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

    Declaration
    void OnThrottleIncrease(InputAction.CallbackContext context)
    Parameters
    Type Name Description
    InputAction.CallbackContext context
    See Also
    started
    performed
    canceled

    See Also

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