Click or drag to resize
DigitalRuneContactSetCollectionRemove 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.CollisionsCollisionObject
The collision object.

Return Value

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