Skip to main content

PxScene_advance_mut

Function PxScene_advance_mut 

Source
pub unsafe extern "C" fn PxScene_advance_mut(
    self_: *mut PxScene,
    completionTask: *mut PxBaseTask,
) -> bool
Expand description

Performs dynamics phase of the simulation pipeline.

Calls to advance() should follow calls to fetchCollision(). An error message will be issued if this sequence is not followed.

True if success