Click or drag to resize

PhysicsStaticBody Properties

The PhysicsStaticBody type exposes the following members.

Properties
 NameDescription
Public propertyAabb The axis-aligned bounding box in world space.
(Inherited from PhysicsBody)
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 propertyGroups A copy of the list of collision groups that are prescribed to the physics body.
(Inherited from PhysicsBody)
Public propertyIsDisposed Whether the body has been disposed.
(Inherited from PhysicsBody)
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 propertyTrigger Whether the static physics body is acting as a trigger.
Top
See Also