getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btManifoldArray obj ) : HandleRef
obj SWIGTYPE_p_btManifoldArray
return System.Runtime.InteropServices.HandleRef
示例#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();
     }
 }