The CollisionDomain type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CollisionDomain()()()() |
Initializes a new instance of the CollisionDomain class.
| |
| CollisionDomain(CollisionDetection) |
Initializes a new instance of the CollisionDomain class.
|
Methods
| 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 Object..::..ToString()()()().) | |
| 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.
|
Properties
| Name | Description | |
|---|---|---|
| BroadPhase |
Gets or sets the ISpatialPartition<(Of <(<'T>)>)> that is used for the broad phase of
the collision detection.
| |
| CollisionDetection |
Gets the collision detection service.
| |
| CollisionObjects |
Gets a collection of collision objects that are managed in this collision domain.
| |
| ContactSets |
Gets a collection with all contacts found in the collision domain.
| |
| EnableMultithreading |
Gets or sets a value indicating whether multithreading is enabled.
| |
| NumberOfBroadPhaseOverlaps |
Gets the number of AABB overlaps in the broad phase.
|