pub unsafe extern "C" fn PxScene_unlockRead_mut(self_: *mut PxScene)
Expand description

Unlock the scene from reading.

Each unlockRead() must be paired with a lockRead() from the same thread.