Table of Contents

Delegate DynamicTree.SweepCastFilterPre

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

Delegate for filtering sweep candidates before the exact shape sweep test.

public delegate bool DynamicTree.SweepCastFilterPre(IDynamicTreeProxy proxy)

Parameters

proxy IDynamicTreeProxy

The proxy to evaluate.

Returns

bool

false to skip this proxy; true to test it.