![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Base class to listen for keyboard Inputs More...
Public Attributes | |
int | maxFlapIncrements =2 |
Protected Member Functions | |
virtual void | HandleInputOld () |
Take input such as Pitch, Yaw, Roll etc More... | |
virtual void | HandleInputNew () |
void | ClampInputs () |
Clamping inputs between limits More... | |
void | IOSwitch () |
Receive input from external program like python More... | |
Properties | |
float | Pitch [get] |
float | Roll [get] |
float | Yaw [get] |
float | Throttle [get] |
int | Flaps [get] |
float | NormalizedFlaps [get] |
float | Brake [get] |
float | StickyThrottle [get] |
bool | CameraSwitch [get] |
Base class to listen for keyboard Inputs
Definition at line 12 of file AC_BaseAirplane_Input.cs.
|
inlineprotected |
Clamping inputs between limits
Definition at line 137 of file AC_BaseAirplane_Input.cs.
|
inlineprotectedvirtual |
Take input such as Pitch, Yaw, Roll etc
Reimplemented in AirControl.AC_XboxAirplane_Input.
Definition at line 97 of file AC_BaseAirplane_Input.cs.
|
inlineprotected |
Receive input from external program like python
Definition at line 149 of file AC_BaseAirplane_Input.cs.