Click or drag to resize
DigitalRuneContactSetCollectionAdd Method
Adds the specified contact set to the collection.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Add(
	ContactSet item
)

Parameters

item
Type: DigitalRune.Geometry.CollisionsContactSet
The contact set to add to the collection.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentExceptionitem is already contained in the collection.
ArgumentNullExceptionitem is .
See Also