Click or drag to resize
DigitalRuneRigidBody Properties

The RigidBody type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis-aligned bounding box (AABB).
Public propertyAngularVelocity
Gets or sets the angular velocity about the center of mass in world space.
Public propertyAutoUpdateMass
Gets or sets a value indicating whether the MassFrame is automatically updated if the Shape or Scale of this body is changed.
Public propertyCanSleep
Gets or sets a value indicating whether this body can sleep.
Public propertyCcdEnabled
Gets or sets a value indicating whether Continuous Collision Detection (CCD) is enabled.
Public propertyCollisionObject
Gets the collision object.
Public propertyCollisionResponseEnabled
Gets or sets a value indicating whether collision response is enabled.
Public propertyInertiaInverseWorld
Gets the effective inverse inertia.
Public propertyIsSleeping
Gets a value indicating whether this rigid body is sleeping.
Public propertyKineticEnergy
Gets the kinetic energy.
Public propertyLinearVelocity
Gets or sets the linear velocity of this body in world space.
Public propertyLockRotationX
Gets or sets a value indicating whether the body can rotate around its local mass frame x-axis.
Public propertyLockRotationY
Gets or sets a value indicating whether the body can rotate around its local mass frame y-axis.
Public propertyLockRotationZ
Gets or sets a value indicating whether the body can rotate around its local mass frame z-axis.
Public propertyMassFrame
Gets or sets the mass frame which defines the mass properties of this body.
Public propertyMassInverse
Gets the effective inverse mass.
Public propertyMaterial
Gets or sets the material.
Public propertyMotionType
Gets or sets the motion type.
Public propertyName
Gets the name.
Public propertyPose
Gets or sets the pose (position and orientation).
Public propertyPoseCenterOfMass
Gets or sets the pose (position and orientation) of the center of mass.
Public propertyRotationalEnergy
Gets the rotational kinetic energy.
Public propertyScale
Gets or sets the scale.
Public propertyShape
Gets or sets the shape.
Public propertySimulation
Gets the simulation.
Public propertyTranslationalEnergy
Gets the translational kinetic energy.
Public propertyUserData
Gets or sets the user data.
Top
See Also