Delegate DynamicTree.SweepCastFilterPost
Delegate for filtering sweep results after the exact shape sweep test.
public delegate bool DynamicTree.SweepCastFilterPost(DynamicTree.SweepCastResult result)
Parameters
resultDynamicTree.SweepCastResultThe sweep result to evaluate.
Returns
- bool
falseto filter out this hit;trueto keep it.