Gets a collection with all contacts found in the collision domain.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)
Syntax
| C# |
|---|
public ContactSetCollection ContactSets { get; private set; } |
| Visual Basic |
|---|
Public Property ContactSets As ContactSetCollection Get Private Set |
| Visual C++ |
|---|
public: property ContactSetCollection^ ContactSets { ContactSetCollection^ get (); private: void set (ContactSetCollection^ value); } |