pub unsafe extern "C" fn PxSceneSQSystem_fetchQueries_mut(
    self_: *mut PxSceneSQSystem,
    block: bool
) -> bool
Expand description

This method must be called after sceneQueriesUpdate. It will wait for the scene queries update to finish. If the user makes an illegal scene queries update call, the SDK will issue an error message.

If a new AABB tree build finished, then during fetchQueries the current tree within the pruning structure is swapped with the new tree.