PxScene_unlockWrite_mut

Function PxScene_unlockWrite_mut 

Source
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.