UnityEditor.GameObjectTreeViewItem.GameObjectTreeViewItem C# (CSharp) Method

GameObjectTreeViewItem() public method

public GameObjectTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName ) : System
id int
depth int
parent TreeViewItem
displayName string
return System
        public GameObjectTreeViewItem(int id, int depth, TreeViewItem parent, string displayName) : base(id, depth, parent, displayName)
        {
        }
GameObjectTreeViewItem