public Rect Show() { node.rect = SerializableRect.FromRect(GUI.Window(windowIndex, node.rect.ToRect(), DoGUI, node.title)); return(node.rect.ToRect()); }
public Node(string title, SerializableRect rect) { this.title = title; this.rect = rect; }