#include <Drawable.h>
Public Attributes | |
| Real | m_frontLeftHeightOffset |
| Height offsets for tires due to suspension sway. | |
| Real | m_frontRightHeightOffset |
| Real | m_rearLeftHeightOffset |
| Real | m_rearRightHeightOffset |
| Real | m_wheelAngle |
| Wheel angle. 0 = straight, >0 left, <0 right. | |
| Int | m_framesAirborneCounter |
| Counter. | |
| Int | m_framesAirborne |
| How many frames it was in the air. | |
Definition at line 126 of file Drawable.h.
| Int TWheelInfo::m_framesAirborne |
How many frames it was in the air.
Definition at line 134 of file Drawable.h.
| Int TWheelInfo::m_framesAirborneCounter |
Counter.
Definition at line 133 of file Drawable.h.
| Real TWheelInfo::m_frontLeftHeightOffset |
Height offsets for tires due to suspension sway.
Definition at line 128 of file Drawable.h.
| Real TWheelInfo::m_frontRightHeightOffset |
Definition at line 129 of file Drawable.h.
| Real TWheelInfo::m_rearLeftHeightOffset |
Definition at line 130 of file Drawable.h.
| Real TWheelInfo::m_rearRightHeightOffset |
Definition at line 131 of file Drawable.h.
| Real TWheelInfo::m_wheelAngle |
Wheel angle. 0 = straight, >0 left, <0 right.
Definition at line 132 of file Drawable.h.