예제 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_physx__PxBase obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #2
0
 public virtual void unregisterDeletionListenerObjects(PxDeletionListener observer, SWIGTYPE_p_p_physx__PxBase observables, SWIGTYPE_p_uint32_t observableCount)
 {
     physxPINVOKE.PxPhysics_unregisterDeletionListenerObjects(swigCPtr, PxDeletionListener.getCPtr(observer), SWIGTYPE_p_p_physx__PxBase.getCPtr(observables), SWIGTYPE_p_uint32_t.getCPtr(observableCount));
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }