Delegate DynamicTree.SweepCastFilterPre
Delegate for filtering sweep candidates before the exact shape sweep test.
public delegate bool DynamicTree.SweepCastFilterPre(IDynamicTreeProxy proxy)
Parameters
proxyIDynamicTreeProxyThe proxy to evaluate.
Returns
- bool
falseto skip this proxy;trueto test it.