|
Aerodynamic Objects Core 2.0.0
|
Base class for any aircraft controllers. More...
Public Member Functions | |
| virtual void | Awake () |
| virtual void | ReadControlInputs () |
Public Attributes | |
| float | controlSensitivity |
Protected Attributes | |
| PlayerInput | playerInput |
| InputAction | rollAction |
| InputAction | pitchAction |
| InputAction | yawAction |
| float | yawDemand |
| float | pitchDemand |
| float | rollDemand |
Properties | |
| virtual float | AirSpeed [get] |
| virtual float | Altitude [get] |
| virtual float | Throttle [get] |
Base class for any aircraft controllers.
Handles the roll pitch and yaw input collection. Also provides the airspeed altitude and throttle functions for the flight info display class.
|
virtual |
|
virtual |
| float AerodynamicObjects.Demos.BaseAircraftController.controlSensitivity |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
|
get |
|
get |