struct
D6JointDrive
Inherits:
IReflectable
Specifies parameters for a drive that will attempt to move the joint bodies to the specified drive position and velocity.
Public
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
Fields
ForceLimit
float ForceLimit
Maximum force the drive can apply.
Acceleration
bool Acceleration
If true the drive will generate acceleration instead of forces.
Acceleration drives are easier to tune as they account for the masses of the actors to which the joint is attached.