Esempio n. 1
0
 public bool getClothIndices(SWIGTYPE_p_p_physx__PxU32 indices, SWIGTYPE_p_physx__PxU32 nIndices)
 {
     bool ret = CGePhysicsPINVOKE.CGePhysX_getClothIndices(swigCPtr, SWIGTYPE_p_p_physx__PxU32.getCPtr(indices), SWIGTYPE_p_physx__PxU32.getCPtr(nIndices));
     if (CGePhysicsPINVOKE.SWIGPendingException.Pending) throw CGePhysicsPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_physx__PxU32 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 public bool getClothParticles(SWIGTYPE_p_physx__PxVec3 particles, SWIGTYPE_p_physx__PxU32 nParticles)
 {
     bool ret = CGePhysicsPINVOKE.CGePhysX_getClothParticles__SWIG_1(swigCPtr, SWIGTYPE_p_physx__PxVec3.getCPtr(particles), SWIGTYPE_p_physx__PxU32.getCPtr(nParticles));
     if (CGePhysicsPINVOKE.SWIGPendingException.Pending) throw CGePhysicsPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }