Chatterer.chatterer.stop_GUI C# (CSharp) Method

stop_GUI() private method

private stop_GUI ( ) : void
return void
        private void stop_GUI()
        {
            RenderingManager.RemoveFromPostDrawQueue(3, new Callback(draw_GUI)); //stop the GUI
            gui_running = false;
        }
chatterer