Click or drag to resize
DigitalRuneContactSetCollection.Remove Method (CollisionObject)
Removes the contact sets for the given collision object.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool Remove(
	CollisionObject collisionObject
)

Parameters

collisionObject
Type: DigitalRune.Geometry.Collisions.CollisionObject
The collision object.

Return Value

Type: Boolean
true if an item was successfully removed; otherwise, false. This method also returns false if item is not found.
See Also