예제 #1
0
 public void Init(Graph graph)
 {
     if (graphEditor != null)
     {
         graphEditor.Init(graph, position);
         Repaint();
     }
 }
예제 #2
0
        public void Init(Graph graph)
        {
            if (graphEditor != null)
            {
                graphEditor.Init(graph, position);
                Repaint();
            }

            // Grab the list of tools that we would be using
            toolFunctions = FetchToolFunctions();
        }
예제 #3
0
        public void Init(Graph graph)
        {
            this.titleContent = new GUIContent("Dungeon Theme");
            if (graphEditor != null)
            {
                graphEditor.Init(graph, position);
                Repaint();
            }

            // Grab the list of tools that we would be using
            toolFunctions = FetchToolFunctions();
        }