C# Class UnityEditor.Graphs.GroupNode

Inheritance: Node
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AddChildNode ( Node node ) : void
DestroyChildNode ( Node node ) : void
FromNodes ( string name, List nodes, System graphType ) : GroupNode
GroupNode ( ) : System
NodeUI ( GraphGUI host ) : void
ToString ( ) : string
UnGroup ( ) : void

Private Methods

Méthode Description
GroupNode ( string name, Graph parentGraph, System graphType ) : System

Method Details

AddChildNode() public méthode

public AddChildNode ( Node node ) : void
node Node
Résultat void

DestroyChildNode() public méthode

public DestroyChildNode ( Node node ) : void
node Node
Résultat void

FromNodes() public static méthode

public static FromNodes ( string name, List nodes, System graphType ) : GroupNode
name string
nodes List
graphType System
Résultat GroupNode

GroupNode() public méthode

public GroupNode ( ) : System
Résultat System

NodeUI() public méthode

public NodeUI ( GraphGUI host ) : void
host GraphGUI
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UnGroup() public méthode

public UnGroup ( ) : void
Résultat void