BulletCSharp.btConvexPolyhedron.getCPtr C# (CSharp) Method

getCPtr() static private method

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