BulletCSharp.btPoint2PointConstraintDoubleData.getCPtr C# (CSharp) Method

getCPtr() static private method

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