Click or drag to resize
DigitalRuneContactSetRemove Method
Removes the first occurrence of a specific Contact from the ContactSet.

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

Parameters

item
Type: DigitalRune.Geometry.CollisionsContact
The contact to remove from the ContactSet.

Return Value

Type: Boolean
if item was successfully removed from the ContactSet; otherwise, . This method also returns if item is not found in the original ContactSet.

Implements

ICollectionTRemove(T)
See Also