BulletCSharp.fCollision.getCPtr C# (CSharp) Method

getCPtr() static private method

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