コード例 #1
0
ファイル: Root.cs プロジェクト: wellsanin1/Game-Engine
        public SWIGTYPE_p_std__mapT_std__string_Ogre__MovableObjectFactory_p_std__lessT_std__string_t_t getMovableObjectFactories()
        {
            SWIGTYPE_p_std__mapT_std__string_Ogre__MovableObjectFactory_p_std__lessT_std__string_t_t ret = new SWIGTYPE_p_std__mapT_std__string_Ogre__MovableObjectFactory_p_std__lessT_std__string_t_t(OgrePINVOKE.Root_getMovableObjectFactories(swigCPtr), false);

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