UnityEditor.GameObjectTreeViewGUI.GameObjectTreeViewGUI C# (CSharp) 메소드

GameObjectTreeViewGUI() 공개 메소드

public GameObjectTreeViewGUI ( UnityEditor.TreeView treeView, bool useHorizontalScroll ) : System
treeView UnityEditor.TreeView
useHorizontalScroll bool
리턴 System
        public GameObjectTreeViewGUI(TreeView treeView, bool useHorizontalScroll) : base(treeView, useHorizontalScroll)
        {
            base.k_IconWidth = 0f;
            base.k_TopRowMargin = 4f;
        }