예제 #1
0
 public void addArk(EditorWindow editor, Ark a)
 {
     throw new Exception("Not Yet Implemented");
 }
예제 #2
0
 public GraphLayout(EditorWindow ew)
 {
     editor = ew;
 }
예제 #3
0
 public static void ToggleHotSpots(EditorWindow editor, Node destnode, bool on)
 {
     throw new Exception("Not Yet Implemented");
 }