Click or drag to resize
DigitalRuneICollisionFilterGet Method (Int32)
Returns if collisions with the given collision group are enabled.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
bool Get(
	int collisionGroup
)

Parameters

collisionGroup
Type: SystemInt32
The collision group.

Return Value

Type: Boolean
if collisions with the given collision group are enabled; otherwise .
Remarks
This method checks only the flag that was set with Set(Int32, Boolean).
See Also