Torque3D Documentation / _generateds / WheeledVehicleTire

WheeledVehicleTire

Engine/source/T3D/vehicles/wheeledVehicle.h

More...

Public Types

Parent 

Public Functions

bool
preload(bool server, String & errorStr)

Called to prepare the datablock for use, after it has been unpacked.

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

Public Static Functions

initPersistFields()