コード例 #1
0
        /// <summary>
        /// Stop the engine. Free all managed and unmanaged resources
        /// used during the game.
        /// </summary>
        public static void Stop()
        {
            // --------------------
            // DevIL
            // --------------------
            // Shutdown DevIL
            IL.Shutdown();
            // --------------------

            // Dispose all used (managed or unmanaged) resources
            ResourcesManager.DisposeResources();
        }