WheeledVehicleTire
Engine/source/T3D/vehicles/wheeledVehicle.h
Public Types
Parent
Public Attributes
Public Functions
bool
unpackData(BitStream * stream)
Public Static Functions
Detailed Description
Public Types
typedef SimDataBlock Parent
Public Attributes
F32 kineticFriction
F32 lateralDamping
F32 lateralForce
F32 lateralRelaxation
F32 longitudinalDamping
F32 longitudinalForce
F32 longitudinalRelaxation
F32 mass
F32 radius
F32 restitution
Resource< TSShape > shape
StringTableEntry shapeName
F32 staticFriction
Public Functions
WheeledVehicleTire()
DECLARE_CONOBJECT(WheeledVehicleTire )
packData(BitStream * stream)
Reimplemented from: SimDataBlock
preload(bool server, String & errorStr)
Reimplemented from: SimDataBlock
unpackData(BitStream * stream)
Reimplemented from: SimDataBlock