C# Class UnityEditor.TreeViewTest.BackendData

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
m_RecursiveFindParentsBelow bool

Méthodes publiques

Méthode 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 draggedItems ) : void

Private Methods

Méthode Description
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

Method Details

FindNodeRecursive() public static méthode

public static FindNodeRecursive ( System.Foo item, int id ) : System.Foo
item System.Foo
id int
Résultat System.Foo

GenerateData() public méthode

public GenerateData ( int maxNumItems ) : void
maxNumItems int
Résultat void

GetParentsBelow() public méthode

public GetParentsBelow ( int id ) : HashSet
id int
Résultat HashSet

ReparentSelection() public méthode

public ReparentSelection ( System.Foo parentItem, System.Foo insertAfterItem, List draggedItems ) : void
parentItem System.Foo
insertAfterItem System.Foo
draggedItems List
Résultat void

Property Details

m_RecursiveFindParentsBelow public_oe property

public bool m_RecursiveFindParentsBelow
Résultat bool