Click or drag to resize
DigitalRuneCollisionDomain Methods

The CollisionDomain type exposes the following members.

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 ObjectToString.)
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.
Public methodUpdate(Single, Boolean)
Updates the collision domain and computes the new contact information.
Top
See Also