private void Init() { this.titleContent = new GUIContent("Batch Build"); this.minSize = new Vector2(350f, 300f); m_manageTab = new GraphCollectionManageTab(); m_executeTab = new GraphCollectionExecuteTab(); m_mode = Mode.Edit; }
public GraphCollectionDetailTree(TreeViewState state, GraphCollectionManageTab ctrl) : base(state) { m_controller = ctrl; showBorder = true; showAlternatingRowBackgrounds = true; }
public GraphCollectionTree(TreeViewState state, GraphCollectionManageTab ctrl) : base(state) { m_controller = ctrl; showBorder = true; }