C# Класс UnityEditor.TreeViewTest.BackendData

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
m_RecursiveFindParentsBelow bool

Открытые методы

Метод Описание
FindNodeRecursive ( System.Foo item, int id ) : System.Foo
GenerateData ( int maxNumItems ) : void
GetParentsBelow ( int id ) : HashSet
ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List draggedItems ) : void

Приватные методы

Метод Описание
AddChildrenRecursive ( System.Foo foo, int numChildren, bool force ) : void
GetParentsBelowRecursive ( System.Foo searchFromThis ) : HashSet
GetParentsBelowRecursive ( System.Foo item, HashSet parentIDs ) : void
GetParentsBelowStackBased ( System.Foo searchFromThis ) : HashSet

Описание методов

FindNodeRecursive() публичный статический Метод

public static FindNodeRecursive ( System.Foo item, int id ) : System.Foo
item System.Foo
id int
Результат System.Foo

GenerateData() публичный Метод

public GenerateData ( int maxNumItems ) : void
maxNumItems int
Результат void

GetParentsBelow() публичный Метод

public GetParentsBelow ( int id ) : HashSet
id int
Результат HashSet

ReparentSelection() публичный Метод

public ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List draggedItems ) : void
parentItem System.Foo
insertAfterItem System.Foo
draggedItems List
Результат void

Описание свойств

m_RecursiveFindParentsBelow публичное свойство

public bool m_RecursiveFindParentsBelow
Результат bool