public CreateData(string[] options, string windowName, Rect rect, int index) : base(windowName, rect, index) { scrollView = new ScrollView(); selectionGrid = new SelectionGrid(); onCreateDataFile = new OnCreateButton(); selectionGrid.options = options; }
public FileHierarchy(string windowName, Rect rect, int index) : base(windowName, rect, index) { scrollView = new ScrollView(); selectionGrid = new SelectionGrid(); }