BulletCSharp.btPoint2PointConstraint.getCPtr C# (CSharp) Method

getCPtr() static private method

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