示例#1
0
 public virtual void getAllContactManifolds(SWIGTYPE_p_btManifoldArray manifoldArray)
 {
     BulletSoftBodyPINVOKE.btSoftRigidCollisionAlgorithm_getAllContactManifolds(swigCPtr, SWIGTYPE_p_btManifoldArray.getCPtr(manifoldArray));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btManifoldArray obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public virtual void getAllContactManifolds(SWIGTYPE_p_btManifoldArray manifoldArray)
 {
     BulletSoftBodyPINVOKE.btSoftSoftCollisionAlgorithm_getAllContactManifolds(swigCPtr, SWIGTYPE_p_btManifoldArray.getCPtr(manifoldArray));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btManifoldArray obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }