Beispiel #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btOverlapCallback obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #2
0
 public override void processAllOverlappingPairs(btOverlapCallback arg0, btDispatcher dispatcher)
 {
     BulletPINVOKE.btHashedOverlappingPairCache_processAllOverlappingPairs(swigCPtr, btOverlapCallback.getCPtr(arg0), btDispatcher.getCPtr(dispatcher));
 }