using System.Linq; using TNodeCore.Editor.NodeGraphView; using TNodeGraphViewImpl.Editor.NodeGraphView; using TNodeGraphViewImpl.Editor.NodeViews; using UnityEditor.Experimental.GraphView; using UnityEngine; using UnityEngine.UIElements; namespace TNodeGraphViewImpl.Editor.GraphWatcherView{ public class GraphWatcherView:SimpleGraphSubWindow{ private Node _highlightedNode; public GraphWatcherView() : base(Resources.Load("GraphWatcher")){ styleSheets.Add(Resources.Load("GraphWatcherStyle")); var button = this.Q