コード例 #1
0
 public PxSceneReadLock(PxScene scene, string file, SWIGTYPE_p_uint32_t line) : this(physxPINVOKE.new_PxSceneReadLock__SWIG_0(PxScene.getCPtr(scene), file, SWIGTYPE_p_uint32_t.getCPtr(line)), true) {
   if (physxPINVOKE.SWIGPendingException.Pending) throw physxPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #2
0
 public PxSceneReadLock(PxScene scene) : this(physxPINVOKE.new_PxSceneReadLock__SWIG_2(PxScene.getCPtr(scene)), true) {
   if (physxPINVOKE.SWIGPendingException.Pending) throw physxPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #3
0
 public PxSceneWriteLock(PxScene scene, string file) : this(physxPINVOKE.new_PxSceneWriteLock__SWIG_1(PxScene.getCPtr(scene), file), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }