UnityEditor.LazyTreeViewDataSource.GetParentsAbove C# (CSharp) 메소드

GetParentsAbove() 보호된 추상적인 메소드

protected abstract GetParentsAbove ( int id ) : HashSet
id int
리턴 HashSet
        protected abstract HashSet<int> GetParentsAbove(int id);
        protected abstract HashSet<int> GetParentsBelow(int id);