Click or drag to resize
DigitalRuneCollisionResponseFilterFilter Method
Returns if collision response is enabled for the given pair.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public bool Filter(
	Pair<RigidBody> pair
)

Parameters

pair
Type: DigitalRune.CollectionsPairRigidBody
The pair of rigid bodies.

Return Value

Type: Boolean
if collision response is enabled; otherwise, .

Implements

IPairFilterTFilter(PairT)
See Also