The CollisionDomain type exposes the following members.

Constructors

  NameDescription
Public methodCollisionDomain()()()()
Initializes a new instance of the CollisionDomain class.
Public methodCollisionDomain(CollisionDetection)
Initializes a new instance of the CollisionDomain class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContactObjects
Gets all CollisionObjects that have contact with the given object.
Public methodGetContacts(CollisionObject)
Gets all contacts of the given CollisionObject.
Public methodGetContacts(CollisionObject, CollisionObject)
Gets the contacts for the given CollisionObject pair.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasContact
Determines whether the specified collision object has contact with any other object in the domain.
Public methodHaveContact
Determines whether two CollisionObjects have contact.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)
Public methodUpdate(Single)
Updates the collision domain and computes the new contact information.
Public methodUpdate(TimeSpan)
Updates the collision domain and computes the new contact information.
Public methodUpdate(CollisionObject)
Updates the collision domain and computes the new contact information for a given collision object.

Properties

  NameDescription
Public propertyBroadPhase
Gets or sets the ISpatialPartition<(Of <(<'T>)>)> that is used for the broad phase of the collision detection.
Public propertyCollisionDetection
Gets the collision detection service.
Public propertyCollisionObjects
Gets a collection of collision objects that are managed in this collision domain.
Public propertyContactSets
Gets a collection with all contacts found in the collision domain.
Public propertyEnableMultithreading
Gets or sets a value indicating whether multithreading is enabled.
Public propertyNumberOfBroadPhaseOverlaps
Gets the number of AABB overlaps in the broad phase.

See Also