UnityEditor.TreeViewTest.BackendData.Foo.Foo C# (CSharp) Method

Foo() public method

public Foo ( string name, int depth, int id ) : System
name string
depth int
id int
return System
                public Foo(string name, int depth, int id)
                {
                    this.name = name;
                    this.depth = depth;
                    this.id = id;
                }
TreeViewTest.BackendData.Foo