PhysicsStaticBody Class |
Namespace: Demo3D.Visuals
public class PhysicsStaticBody : PhysicsBody
The PhysicsStaticBody type exposes the following members.
| Name | Description | |
|---|---|---|
| Aabb |
The axis-aligned bounding box in world space.
(Inherited from PhysicsBody.) | |
| Enabled |
Whether the physics body is enabled in the physics world.
(Inherited from PhysicsBody.) | |
| Geometry |
The physics collision geometry that belongs to the physics body.
(Inherited from PhysicsBody.) | |
| Groups |
A copy of the list of collision groups that are prescribed to the physics body.
(Inherited from PhysicsBody.) | |
| IsDisposed | (Inherited from PhysicsBody.) | |
| Position |
The world-space position for the physics body.
(Inherited from PhysicsBody.) | |
| Rotation |
The world-space rotation matrix for the physics body.
(Inherited from PhysicsBody.) | |
| Transform |
The world-space to local-space transformation matrix for the physics body.
(Inherited from PhysicsBody.) | |
| Trigger |
Whether the static physics body is acting as a trigger.
| |
| Visual |
The parent visual.
(Inherited from PhysicsBody.) |
| Name | Description | |
|---|---|---|
| AddGroup |
Prescribes the specified collision group to the physics body.
(Inherited from PhysicsBody.) | |
| ContainsGroup |
Whether the physics body has been prescribed the specified collision group.
(Inherited from PhysicsBody.) | |
| Dispose | (Inherited from PhysicsBody.) | |
| Dispose(Boolean) | (Inherited from PhysicsBody.) | |
| RemoveGroup |
Unprescribes the specified collision group from the physics body.
(Inherited from PhysicsBody.) |