BulletCSharp.LJoint.getCPtr C# (CSharp) Method

getCPtr() static private method

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