프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List |
||
parentItem | System.Foo | |
insertAfterItem | System.Foo | |
draggedItems | List |
|
리턴 | void |