C# Class GPUGraph.Editor.NodeTree_Element

A tree of node types to choose from. Each element is either an option or a branch leading to more elements of the same category.
Afficher le fichier Open project: heyx3/GPUNoiseForUnity

Méthodes publiques

Méthode Description
OnGUI ( ) : NodeTree_Element_Option

Draws this element as a selectable option in an editor window. Returns the element that was selected, or "null" if nothing was selected.

Method Details

OnGUI() public abstract méthode

Draws this element as a selectable option in an editor window. Returns the element that was selected, or "null" if nothing was selected.
public abstract OnGUI ( ) : NodeTree_Element_Option
Résultat NodeTree_Element_Option