Exemplo n.º 1
0
 private void OnGUI()
 {
     GraphDrawEditor.Instance.CanvasRect = position;
     DrawGrid.Instance.DrawBackground();
     DrawGrid.Instance.DrawGridLine(LineZoom);
     HandleEvents.CheckRepaint();
     DrawNodeView();
     HandleEventStage();
 }