Method | Description | |
---|---|---|
CreateChildListForCollapsedParent ( ) : List |
||
FindItem ( int itemID ) : TreeViewItem | ||
GetVisibleRows ( ) : List |
||
IsChildListForACollapsedParent ( List |
||
LazyTreeViewDataSource ( UnityEditor.TreeView treeView ) : System | ||
SetExpanded ( int id, bool expand ) : bool | ||
SetExpandedWithChildren ( TreeViewItem item, bool expand ) : void |
Method | Description | |
---|---|---|
GetParentsAbove ( int id ) : HashSet |
||
GetParentsBelow ( int id ) : HashSet |
||
RevealItem ( int itemID ) : void |
public static CreateChildListForCollapsedParent ( ) : List |
||
return | List |
public FindItem ( int itemID ) : TreeViewItem | ||
itemID | int | |
return | TreeViewItem |
protected abstract GetParentsAbove ( int id ) : HashSet |
||
id | int | |
return | HashSet |
protected abstract GetParentsBelow ( int id ) : HashSet |
||
id | int | |
return | HashSet |
public static IsChildListForACollapsedParent ( List |
||
childList | List |
|
return | bool |
public LazyTreeViewDataSource ( UnityEditor.TreeView treeView ) : System | ||
treeView | UnityEditor.TreeView | |
return | System |
public SetExpanded ( int id, bool expand ) : bool | ||
id | int | |
expand | bool | |
return | bool |
public SetExpandedWithChildren ( TreeViewItem item, bool expand ) : void | ||
item | TreeViewItem | |
expand | bool | |
return | void |