UnityEditor.TreeViewTest.BackendData.Foo.Foo C# (CSharp) 메소드

Foo() 공개 메소드

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