pub unsafe extern "C" fn b2RecPlayer_SeekFrame(
player: *mut b2RecPlayer,
targetFrame: c_int,
)Expand description
Seek to a recorded step. Seeking backward rewinds and re-runs from the start, so the cost grows with the target frame. Clamps to the recording bounds.