pub unsafe extern "C" fn b3World_StartRecording(
worldId: b3WorldId,
recording: *mut b3Recording,
)Expand description
Begin recording world mutations into the provided buffer. The buffer is reset on each call so a single b3Recording can be reused for multiple sessions. @param worldId the world to record @param recording the recording handle to write into