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

Unlock the scene from writing.

Each unlockWrite() must be paired with a lockWrite() from the same thread.