コード例 #1
0
        /////////////////////////////////////////
        public TreeView_BuildPropertyL() : base(new TreeViewState())
        {
            E.Load();

            showAlternatingRowBackgrounds = true;
            //rowHeight = EditorGUIUtility.singleLineHeight;
        }
コード例 #2
0
        /////////////////////////////////////////
        public TreeView_BuildScenesL() : base(new TreeViewState())
        {
            E.Load();

            showAlternatingRowBackgrounds = true;
            //rowHeight = EditorGUIUtility.singleLineHeight;

            RegisterFiles();
        }
コード例 #3
0
        /////////////////////////////////////////
        public TreeView_BuildScenesR() : base(new TreeViewState())
        {
            E.Load();

            showAlternatingRowBackgrounds = true;
        }