UnityEditor.TreeViewTestWindow.TreeViewTestWindow C# (CSharp) Method

TreeViewTestWindow() public method

public TreeViewTestWindow ( ) : System
return System
        public TreeViewTestWindow()
        {
            base.titleContent = new GUIContent("TreeView Test");
        }
TreeViewTestWindow