Ejemplo n.º 1
0
 public PxConvexMeshGeometry(SWIGTYPE_p_physx__PxConvexMesh mesh, SWIGTYPE_p_PxMeshScale scaling, SWIGTYPE_p_physx__PxFlagsT_physx__PxConvexMeshGeometryFlag__Enum_uint8_t_t flags) : this(physxPINVOKE.new_PxConvexMeshGeometry__SWIG_2(SWIGTYPE_p_physx__PxConvexMesh.getCPtr(mesh), SWIGTYPE_p_PxMeshScale.getCPtr(scaling), SWIGTYPE_p_physx__PxFlagsT_physx__PxConvexMeshGeometryFlag__Enum_uint8_t_t.getCPtr(flags)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public PxConvexMeshGeometry(SWIGTYPE_p_physx__PxConvexMesh mesh, SWIGTYPE_p_PxMeshScale scaling) : this(physxPINVOKE.new_PxConvexMeshGeometry__SWIG_3(SWIGTYPE_p_physx__PxConvexMesh.getCPtr(mesh), SWIGTYPE_p_PxMeshScale.getCPtr(scaling)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_PxMeshScale obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }