UnityEditor.TreeViewTestWindow.TreeViewTestWindow C# (CSharp) Méthode

TreeViewTestWindow() public méthode

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