/// <summary> /// Called when the window is opened. Load any information the node editor requires here /// </summary> public void PrepareWindow() { instance = this; selectionStyle = new GUIStyle(); selectionStyle.normal.background = NodeUtils.ColorToTex(new Color(1, 1, 1, 0.5f)); }