PxScene_fetchResultsFinish_mut

Function PxScene_fetchResultsFinish_mut 

Source
pub unsafe extern "C" fn PxScene_fetchResultsFinish_mut(
    self_: *mut PxScene,
    errorState: *mut u32,
)
Expand description

This call performs the second section of fetchResults.

It must be called after fetchResultsStart() returns and contact reports have been processed.

Note that once fetchResultsFinish() has been called, the contact streams returned in fetchResultsStart() will be invalid.