![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Engine controls More...
Public Member Functions | |
void | getAngularVelocityPro () |
Vector3 | CalculateForce (float throttle) |
Calculate the force created by engine Calculate Engine RPM Calculate fuel consumption More... | |
Public Attributes | |
float | maxForce = 3000f |
float | maxRPM = 3500f |
AnimationCurve | powerCurve = AnimationCurve.Linear(0f, 0f, 1f, 1f) |
AnimationCurve | liftOff = AnimationCurve.Linear(0f, 0f, 1000f, 1000f) |
AC_Airplane_Propeller | propeller |
Properties | |
bool | ShutEngineOff [set] |
float | CurrentRPM [get] |
Engine controls
Definition at line 22 of file AC_Airplane_Engine.cs.
|
inline |
Calculate the force created by engine Calculate Engine RPM Calculate fuel consumption
throttle | Input throttle value |
Definition at line 110 of file AC_Airplane_Engine.cs.