コード例 #1
0
 public virtual void preConversion(ScriptCompiler compiler, SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t nodes)
 {
     OgrePINVOKE.ScriptCompilerListener_preConversion(swigCPtr, ScriptCompiler.getCPtr(compiler), SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t.getCPtr(nodes));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
        public bool compile(SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t nodes, string group)
        {
            bool ret = OgrePINVOKE.ScriptCompiler_compile__SWIG_1(swigCPtr, SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t.getCPtr(nodes), group);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
        public virtual SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t importFile(ScriptCompiler compiler, string name)
        {
            SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t ret = new SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t(OgrePINVOKE.ScriptCompilerListener_importFile(swigCPtr, ScriptCompiler.getCPtr(compiler), name), true);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Ogre__SharedPtrT_std__listT_Ogre__SharedPtrT_Ogre__ConcreteNode_t_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }