Ejemplo n.º 1
0
        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;
        }
Ejemplo n.º 2
0
 public GraphCollectionDetailTree(TreeViewState state, GraphCollectionManageTab ctrl) : base(state)
 {
     m_controller = ctrl;
     showBorder   = true;
     showAlternatingRowBackgrounds = true;
 }
Ejemplo n.º 3
0
 public GraphCollectionTree(TreeViewState state, GraphCollectionManageTab ctrl) : base(state)
 {
     m_controller = ctrl;
     showBorder   = true;
 }