![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Handle wheel braking and steering More...
Public Member Functions | |
void | initWheel () |
Init wheel set the motor torque to very small nuber to allow it to roll freely More... | |
void | HandleWheel (AC_BaseAirplane_Input input) |
Handle whele graphics, and steering More... | |
Public Attributes | |
bool | isGrounded = false |
Transform | wheelGraphic |
bool | isBraking =false |
bool | isSteering =false |
float | motorTorque |
Properties | |
bool | IsGrounded [get] |
Handle wheel braking and steering
Definition at line 11 of file AC_Airplane_Wheel.cs.
|
inline |
Handle whele graphics, and steering
input | Airplane Input |
Definition at line 81 of file AC_Airplane_Wheel.cs.
|
inline |
Init wheel set the motor torque to very small nuber to allow it to roll freely
Definition at line 70 of file AC_Airplane_Wheel.cs.