示例#1
0
        public void Shutdown()
        {
            _renderWindow.Destroy();
            _renderWindow.Dispose();
            _renderWindow = null;

            _root.Shutdown();
            //Commented out to prevent a crash.
            //Root.Dispose();
            //Root = null;
        }