Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
AddChildrenRecursive ( System.Foo foo, int numChildren, bool force ) : void | ||
GetParentsBelowRecursive ( System.Foo searchFromThis ) : HashSet |
||
GetParentsBelowRecursive ( System.Foo item, HashSet |
||
GetParentsBelowStackBased ( System.Foo searchFromThis ) : HashSet |
public static FindNodeRecursive ( System.Foo item, int id ) : System.Foo | ||
item | System.Foo | |
id | int | |
Результат | System.Foo |
public GenerateData ( int maxNumItems ) : void | ||
maxNumItems | int | |
Результат | void |
public GetParentsBelow ( int id ) : HashSet |
||
id | int | |
Результат | HashSet |
public ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List |
||
parentItem | System.Foo | |
insertAfterItem | System.Foo | |
draggedItems | List |
|
Результат | void |