BulletCSharp.SWIGTYPE_p_btBroadphaseInterface.getCPtr C# (CSharp) Метод

getCPtr() статический приватный Метод

static private getCPtr ( SWIGTYPE_p_btBroadphaseInterface obj ) : HandleRef
obj SWIGTYPE_p_btBroadphaseInterface
Результат System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(SWIGTYPE_p_btBroadphaseInterface obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

 public static void benchmark(SWIGTYPE_p_btBroadphaseInterface arg0)
 {
     BulletCollisionPINVOKE.btDbvtBroadphase_benchmark(SWIGTYPE_p_btBroadphaseInterface.getCPtr(arg0));
 }
All Usage Examples Of BulletCSharp.SWIGTYPE_p_btBroadphaseInterface::getCPtr
SWIGTYPE_p_btBroadphaseInterface