Click or drag to resize
DigitalRuneContactSetRecycle Method
Recycles this instance of the ContactSet class.

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

Implements

IRecyclableRecycle
Remarks

This method resets this instance and returns it to a resource pool if resource pooling is enabled (see ResourcePool.Enabled).

This method does not recycle the contained Contacts.

See Also