Table of Contents

Delegate DynamicTree.FindNearestFilterPre

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

Delegate for filtering distance query candidates before the exact shape distance test.

public delegate bool DynamicTree.FindNearestFilterPre(IDynamicTreeProxy proxy)

Parameters

proxy IDynamicTreeProxy

The proxy to evaluate.

Returns

bool

false to skip this proxy; true to test it.