BulletCSharp.btPositionAndRadius.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( btPositionAndRadius obj ) : HandleRef
obj btPositionAndRadius
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(btPositionAndRadius obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }