Click or drag to resize

PhysicsBody Properties

The PhysicsBody type exposes the following members.

Properties
  NameDescription
Public propertyAabb
The axis-aligned bounding box in world space.
Public propertyEnabled
Whether the physics body is enabled in the physics world.
Public propertyGeometry
The physics collision geometry that belongs to the physics body.
Public propertyGroups
A copy of the list of collision groups that are prescribed to the physics body.
Public propertyIsDisposed
Public propertyPosition
The world-space position for the physics body.
Public propertyRotation
The world-space rotation matrix for the physics body.
Public propertyTransform
The world-space to local-space transformation matrix for the physics body.
Public propertyVisual
The parent visual.
Top
See Also