Esempio n. 1
0
 public void DrawNode(int windowId)
 {
     nodeRenderer.DrawNode(_nodes[windowId]);
     GUI.DragWindow();
 }