The ChassisBody type exposes the following members.

Properties

  NameDescription
Public propertyAllowFreezing
Allows getting/setting of whether this body ever freezes
(Inherited from Body.)
Public propertyAngularVelocity
Gets or Sets transformRate.AngularVelocity
(Inherited from Body.)
Public propertyAngularVelocityAux
Gets or Sets transformAux.AngularVelocity
(Inherited from Body.)
Public propertyApplyGravity
Gets or sets applyGravity
(Inherited from Body.)
Public propertyBodyInertia
Gets or Sets bodyInertia
(Inherited from Body.)
Public propertyBodyInvInertia
Gets or Sets bodyInvInertia
(Inherited from Body.)
Public propertyCar
Gets mCar
Public propertyCollisionSkin
Allowed to return null if this body doesn't engage in collisions.
(Inherited from Body.)
Public propertyDoShockProcessing
Bodies that use a lot of constraints don't behave very well during the physics shock step, so they can bypass it.
(Inherited from Body.)
Public propertyForce
Gets or Sets force
(Inherited from Body.)
Public propertyImmovable
Ensures that this object never moves, and reduces collision checking.
(Inherited from Body.)
Public propertyInverseMass
Gets or Set invMass
(Inherited from Body.)
Public propertyIsActive
Gets activity (bool)
(Inherited from Body.)
Public propertyIsBodyEnabled
Are we registered with the physics system?
(Inherited from Body.)
Public propertyMass
Gets or Sets mass
(Inherited from Body.)
Public propertyOldAngVel
Gets oldTransformRate.AngularVelocity
(Inherited from Body.)
Public propertyOldOrientation
Gets oldTransform.Orientation
(Inherited from Body.)
Public propertyOldPosition
Gets oldTransform.Position
(Inherited from Body.)
Public propertyOldTransform
Gets oldTransform
(Inherited from Body.)
Public propertyOldTransformRate
Gets oldTransformRate
(Inherited from Body.)
Public propertyOldVelocity
Gets oldTransformRate.Velocity
(Inherited from Body.)
Public propertyOrientation
Gets or Sets transform.Orientation
(Inherited from Body.)
Public propertyPosition
Gets or Sets transform.Position
(Inherited from Body.)
Public propertyTorque
Gets or Sets torque
(Inherited from Body.)
Public propertyTransform
Gets or Sets transform
(Inherited from Body.)
Public propertyTransformRate
Gets or Sets transformRate
(Inherited from Body.)
Public propertyVelChanged
Gets velChanged
(Inherited from Body.)
Public propertyVelocity
Gets or Sets transformRate.Velocity
(Inherited from Body.)
Public propertyVelocityAux
Gets or Sets transformRateAux.Velocity
(Inherited from Body.)
Public propertyWorldInertia
Gets worldInertia
(Inherited from Body.)
Public propertyWorldInvInertia
Gets worldInvInertia
(Inherited from Body.)

See Also