Physics |
public class PhysicsRigidBodyProperties : IDisposable
The PhysicsRigidBodyProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| Geometry | The collision geometry for the rigid body. | |
| GravityEnabled | Whether the rigid body should be affected by gravity. | |
| Kinematic | Whether the rigid body should be kinematic. | |
| Mass | The mass for the rigid body. | |
| Transform | The local-to-world space transform for the rigid body. |
| Name | Description | |
|---|---|---|
| AddGroup | Adds the specified collision group to the list of groups that the rigid body should be prescribed to upon creation. | |
| Dispose | Releases all resources used by the PhysicsRigidBodyProperties | |
| Dispose(Boolean) | Releases the unmanaged resources used by the PhysicsRigidBodyProperties and optionally releases the managed resources |