public SWIGTYPE_p_std__listT_Ogre__SharedPtrT_Ogre__DataStream_t_t openResources(string pattern)
        {
            SWIGTYPE_p_std__listT_Ogre__SharedPtrT_Ogre__DataStream_t_t ret = new SWIGTYPE_p_std__listT_Ogre__SharedPtrT_Ogre__DataStream_t_t(OgrePINVOKE.ResourceGroupManager_openResources__SWIG_1(swigCPtr, pattern), true);

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