UnityEditor.TreeViewTest.FooTreeViewItem.FooTreeViewItem C# (CSharp) Méthode

FooTreeViewItem() public méthode

public FooTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName, TreeViewTest foo ) : System
id int
depth int
parent TreeViewItem
displayName string
foo TreeViewTest
Résultat 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