UnityEditor.TreeViewTest.LazyTestDataSource.GetParentsBelow C# (CSharp) 메소드

GetParentsBelow() 보호된 메소드

protected GetParentsBelow ( int id ) : HashSet
id int
리턴 HashSet
            protected override HashSet<int> GetParentsBelow(int id)
            {
                return this.m_Backend.GetParentsBelow(id);
            }