PhysicsStaticBody Properties | 
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 | 
            Whether the body has been disposed.
              (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.
              |