Click or drag to resize
DigitalRuneCollisionDomainContactSets Property
Gets a collection with all contacts found in the collision domain.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public ContactSetCollection ContactSets { get; }

Property Value

Type: ContactSetCollection
The collection of all contacts found in the collision domain.
See Also