Physics |
public class PhysicsGroup : IDisposable
The PhysicsGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed | Whether the collision group has been disposed. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PhysicsGroup | |
| Dispose(Boolean) | Releases the unmanaged resources used by the PhysicsGroup and optionally releases the managed resources | |
| Equals |
Whether the two collision group identifiers represent the same collision group.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Computes the hash code.
(Overrides ObjectGetHashCode) |
| Name | Description | |
|---|---|---|
| Equality(PhysicsGroup, PhysicsGroup) | Whether the two collision group identifiers represent the same collision group. | |
| Inequality(PhysicsGroup, PhysicsGroup) | Whether the two collision group identifiers represent different collision groups. |