pub unsafe extern "C" fn b3RecPlayer_SubStepFrame(
player: *mut b3RecPlayer,
)Expand description
Sub-step one frame. This will sub-step and return immediately after body creation. The next call will execute the time step. This allows bodies to be rendered at the creation pose.