| CollisionDomainContactSets Property |
Gets a collection with all contacts found in the collision domain.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public ContactSetCollection ContactSets { get; }
Public ReadOnly Property ContactSets As ContactSetCollection
Get
public:
property ContactSetCollection^ ContactSets {
ContactSetCollection^ get ();
}
member ContactSets : ContactSetCollection with get
Property Value
Type:
ContactSetCollectionThe collection of all contacts found in the collision domain.
See Also