コード例 #1
0
        private void UnloadDesignerView()
        {
            if (this.designerView == null)
            {
                return;
            }

            RotorzEditorGUI.ClearHoverTip();

            this.designerView.OnDisable();
            this.designerView = null;

            this.History.Cleanup();
            this.SelectedObject = null;
        }