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