Example #1
0
        void OnEnable()
        {
            graphView = new SequenceGraphView(this);
            graphView.StretchToParentSize();
            rootVisualElement.Add(graphView);

            OnSelectionChange();
        }