Physics |
public class PhysicsStaticBodyProperties : IDisposable
The PhysicsStaticBodyProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| Geometry | The collision geometry for the static body. | |
| Movable | Whether the static body should be movable by setting the Transform property. | |
| Transform | The local-to-world space transform for the static body. | |
| Trigger | Whether the static body should be a trigger/sensor. |
| Name | Description | |
|---|---|---|
| AddGroup | Adds the specified collision group to the list of groups that the static body should be prescribed to upon creation. | |
| Dispose | Releases all resources used by the PhysicsStaticBodyProperties | |
| Dispose(Boolean) | Releases the unmanaged resources used by the PhysicsStaticBodyProperties and optionally releases the managed resources |