UnityEditor.TreeViewTest.FooTreeViewItem.FooTreeViewItem C# (CSharp) Method

FooTreeViewItem() public method

public FooTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName, TreeViewTest foo ) : System
id int
depth int
parent TreeViewItem
displayName string
foo TreeViewTest
return System
            public FooTreeViewItem(int id, int depth, TreeViewItem parent, string displayName, TreeViewTest.BackendData.Foo foo) : base(id, depth, parent, displayName)
            {
                this.foo = foo;
            }
TreeViewTest.FooTreeViewItem