Пример #1
0
 public virtual void registerDeletionListener(PxDeletionListener observer, SWIGTYPE_p_physx__PxFlagsT_physx__PxDeletionEventFlag__Enum_uint8_t_t deletionEvents)
 {
     physxPINVOKE.PxPhysics_registerDeletionListener__SWIG_1(swigCPtr, PxDeletionListener.getCPtr(observer), SWIGTYPE_p_physx__PxFlagsT_physx__PxDeletionEventFlag__Enum_uint8_t_t.getCPtr(deletionEvents));
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_physx__PxFlagsT_physx__PxDeletionEventFlag__Enum_uint8_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }