示例#1
0
        public void StopExploreStyle()
        {
            // Debug.Log("Start Style Explorer");
            IsPicking = false;
            EditorApplication.update -= FindStyleUnderMouse;
            m_ExploredViews.Clear();
            m_ExploredView = null;
            ExploredStyle  = null;
            ExploredDrawInstructionIndex = -1;
            m_UpdateExploredGUIStyle     = false;

            if (Highlighter != null)
            {
                Highlighter.ClearElement();
            }

            m_BoundWindow.Repaint();
        }