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