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

This checks to see if the scene queries update has completed.

This does not cause the data available for reading to be updated with the results of the scene queries update, it is simply a status check. The bool will allow it to either return immediately or block waiting for the condition to be met so that it can return true

True if the results are available.