Пример #1
0
 public PxTransform(SWIGTYPE_p_physx__PxMat44 m) : this(physxPINVOKE.new_PxTransform__SWIG_7(SWIGTYPE_p_physx__PxMat44.getCPtr(m)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_physx__PxMat44 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }