getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btOverlappingPairCache obj ) : HandleRef
obj SWIGTYPE_p_btOverlappingPairCache
return System.Runtime.InteropServices.HandleRef
 public btDbvtBroadphase(SWIGTYPE_p_btOverlappingPairCache paircache) : this(BulletCollisionPINVOKE.new_btDbvtBroadphase__SWIG_0(SWIGTYPE_p_btOverlappingPairCache.getCPtr(paircache)), true)
 {
 }
 public btSimpleBroadphase(int maxProxies, SWIGTYPE_p_btOverlappingPairCache overlappingPairCache) : this(BulletCollisionPINVOKE.new_btSimpleBroadphase__SWIG_0(maxProxies, SWIGTYPE_p_btOverlappingPairCache.getCPtr(overlappingPairCache)), true)
 {
 }
 public bt32BitAxisSweep3(SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles, SWIGTYPE_p_btOverlappingPairCache pairCache) : this(BulletCollisionPINVOKE.new_bt32BitAxisSweep3__SWIG_1(SWIGTYPE_p_btVector3.getCPtr(worldAabbMin), SWIGTYPE_p_btVector3.getCPtr(worldAabbMax), maxHandles, SWIGTYPE_p_btOverlappingPairCache.getCPtr(pairCache)), true)
 {
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void dispatchAllCollisionPairs(SWIGTYPE_p_btOverlappingPairCache pairCache, SWIGTYPE_p_btDispatcherInfo dispatchInfo, SWIGTYPE_p_btDispatcher dispatcher)
 {
     BulletCollisionPINVOKE.btCollisionDispatcher_dispatchAllCollisionPairs(swigCPtr, SWIGTYPE_p_btOverlappingPairCache.getCPtr(pairCache), SWIGTYPE_p_btDispatcherInfo.getCPtr(dispatchInfo), SWIGTYPE_p_btDispatcher.getCPtr(dispatcher));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public btAxisSweep3(SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, ushort maxHandles, SWIGTYPE_p_btOverlappingPairCache pairCache, bool disableRaycastAccelerator) : this(BulletCollisionPINVOKE.new_btAxisSweep3__SWIG_0(SWIGTYPE_p_btVector3.getCPtr(worldAabbMin), SWIGTYPE_p_btVector3.getCPtr(worldAabbMax), maxHandles, SWIGTYPE_p_btOverlappingPairCache.getCPtr(pairCache), disableRaycastAccelerator), true)
 {
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }