Click or drag to resize
DigitalRuneSceneNodeCollisionFilterGet Method
Returns if collisions between two scene node groups are enabled.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Get(
	int groupA,
	int groupB
)

Parameters

groupA
Type: SystemInt32
The first scene node group.
groupB
Type: SystemInt32
The second scene node group.

Return Value

Type: Boolean
if collisions with the between groupA and groupB are enabled; otherwise .
Exceptions
ExceptionCondition
IndexOutOfRangeExceptiongroupA or groupB is out of range.
See Also