| CollisionDomain Methods |
The CollisionDomain type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetContactObjects |
Gets all CollisionObjects that have contact with the given object.
| |
| GetContacts(CollisionObject) |
Gets all contacts of the given CollisionObject.
| |
| GetContacts(CollisionObject, CollisionObject) |
Gets the contacts for the given CollisionObject pair.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasContact |
Determines whether the specified collision object has contact with any other object in the
domain.
| |
| HaveContact |
Determines whether two CollisionObjects have contact.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) | |
| Update(Single) |
Updates the collision domain and computes the new contact information.
| |
| Update(TimeSpan) |
Updates the collision domain and computes the new contact information.
| |
| Update(CollisionObject) |
Updates the collision domain and computes the new contact information for a given collision
object.
| |
| Update(Single, Boolean) |
Updates the collision domain and computes the new contact information.
|