Click or drag to resize
DigitalRuneSceneNodeCollisionFilter Constructor (Scene, Int32)
Initializes a new instance of the SceneNodeCollisionFilter class.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public SceneNodeCollisionFilter(
	Scene scene,
	int maxNumberOfGroups
)

Parameters

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