UnityEditor.TreeViewTest.LazyTestDataSource.GetParentsBelow C# (CSharp) Méthode

GetParentsBelow() protected méthode

protected GetParentsBelow ( int id ) : HashSet
id int
Résultat HashSet
            protected override HashSet<int> GetParentsBelow(int id)
            {
                return this.m_Backend.GetParentsBelow(id);
            }