Table of Contents

Delegate DynamicTree.RayCastFilterPre

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

Delegate for filtering ray cast candidates before the shape intersection test.

public delegate bool DynamicTree.RayCastFilterPre(IDynamicTreeProxy proxy)

Parameters

proxy IDynamicTreeProxy

The proxy to evaluate.

Returns

bool

false to skip this proxy; true to test it.