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 SourceOnAilerons(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |