Property | Type | Description | |
---|---|---|---|
m_RecursiveFindParentsBelow | bool |
Method | Description | |
---|---|---|
FindNodeRecursive ( System.Foo item, int id ) : System.Foo | ||
GenerateData ( int maxNumItems ) : void | ||
GetParentsBelow ( int id ) : HashSet |
||
ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List |
Method | Description | |
---|---|---|
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 | |
return | System.Foo |
public GenerateData ( int maxNumItems ) : void | ||
maxNumItems | int | |
return | void |
public ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List |
||
parentItem | System.Foo | |
insertAfterItem | System.Foo | |
draggedItems | List |
|
return | void |