Exemple #1
0
        void OnCanvasSelectionChanged(List <Gwen.Control.Base> controllers)
        {
            m_Tree.UnselectAll();

            foreach (var controller in controllers)
            {
                SelectNodeRepresentingControl(controller, m_Tree);
            }
        }