Click or drag to resize
DigitalRuneContactSetAdd Method
Adds a Contact to the end of the ContactSet.

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

Parameters

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

Implements

ICollectionTAdd(T)
See Also