Click or drag to resize

PhysicsRigidBody Properties

The PhysicsRigidBody type exposes the following members.

Properties
 NameDescription
Public propertyAabb The axis-aligned bounding box in world space.
(Inherited from PhysicsBody)
Public propertyActive Whether the rigid body is active (not sleeping) in the world.
Public propertyAngularDamping The fraction of the rigid body's angular speed that is lost per second.
Public propertyAngularFactor The permitted world-space axes of rotation.
Public propertyAngularSleepingThreshold The angular speed below which the rigid body may sleep.
Public propertyAngularVelocity The angular velocity in world space.
Public propertyEnabled Whether the physics body is enabled in the physics world.
(Inherited from PhysicsBody)
Public propertyGeometry The physics collision geometry that belongs to the physics body.
(Inherited from PhysicsBody)
Public propertyGravityEnabled Whether gravity affects the rigid body.
Public propertyGroups A copy of the list of collision groups that are prescribed to the physics body.
(Inherited from PhysicsBody)
Public propertyHasJoints Does this rigid body have any joints?
Public propertyIsDisposed Whether the body has been disposed.
(Inherited from PhysicsBody)
Public propertyJoints The joints that affect the rigid body.
Public propertyKinematic Whether the body is kinematic.
Public propertyLinearDamping The fraction of the rigid body's linear speed that is lost per second.
Public propertyLinearFactor The permitted world-space axes of movement.
Public propertyLinearSleepingThreshold The linear speed below which the rigid body may sleep.
Public propertyLocalCenterOfMass The center of mass in local space.
Public propertyLocalCenterOfMassOffset The center of mass offset in local space.
Public propertyMass The mass.
Public propertyPosition The world-space position for the physics body.
(Inherited from PhysicsBody)
Public propertyRotation The world-space rotation matrix for the physics body.
(Inherited from PhysicsBody)
Public propertyTransform The world-space to local-space transformation matrix for the physics body.
(Inherited from PhysicsBody)
Public propertyVelocity The linear velocity in world space.
Top
See Also