PxCustomSceneQuerySystemAdapter_processPruner

Function PxCustomSceneQuerySystemAdapter_processPruner 

Source
pub unsafe extern "C" fn PxCustomSceneQuerySystemAdapter_processPruner(
    self_: *const PxCustomSceneQuerySystemAdapter,
    prunerIndex: u32,
    context: *const PxQueryThreadContext,
    filterData: *const PxQueryFilterData,
    filterCall: *mut PxQueryFilterCallback,
) -> bool
Expand description

Pruner filtering callback.

This will be called for each query to validate whether it should process a given pruner.

True to process the pruner, false to skip it entirely