Exemple #1
0
        public SWIGTYPE_p_Ogre__OverlaySystem getOverlaySystem()
        {
            global::System.IntPtr          cPtr = BitesPINVOKE.ApplicationContextBase_getOverlaySystem(swigCPtr);
            SWIGTYPE_p_Ogre__OverlaySystem ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_Ogre__OverlaySystem(cPtr, false);

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Ogre__OverlaySystem obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }