예제 #1
0
 public override void Load(Graph graph)
 {
     GraphWindow.LoadGraph(graph);
     autoexecute.Bind(new SerializedObject(graph));
 }