public static void InitEngineGraphPopupWindow(NTemplate node) { currentPopup = (EnginePopupWindow)EditorWindow.GetWindow <EnginePopupWindow>(); currentPopup.titleContent = new GUIContent("Paradox Engine: Node setting"); currentPopup._node = node; }
public static void NodeSettingCallback(this NTemplate node) { EnginePopupWindow.InitEngineGraphPopupWindow(node); }