Click or drag to resize
DigitalRuneCollisionFilter Constructor (Int32)
Initializes a new instance of the CollisionFilter class for the given max. number of collision groups.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public CollisionFilter(
	int maxNumberOfGroups
)

Parameters

maxNumberOfGroups
Type: SystemInt32
The maximum number of groups (see MaxNumberOfGroups).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionmaxNumberOfGroups is negative.
See Also