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