pub unsafe extern "C" fn phys_PxCreateCustomSceneQuerySystem(
    sceneQueryUpdateMode: PxSceneQueryUpdateMode,
    contextID: u64,
    adapter: *const PxCustomSceneQuerySystemAdapter,
    usesTreeOfPruners: bool
) -> *mut PxCustomSceneQuerySystem
Expand description

Creates a custom scene query system.

This is similar to PxCreateExternalSceneQuerySystem, except this function creates a PxCustomSceneQuerySystem object. It can be plugged to PxScene the same way, via PxSceneDesc::sceneQuerySystem.

A custom SQ system instance