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.
Datei anzeigen Open project: heyx3/GPUNoiseForUnity

Public Methods

Method 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 method

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
return NodeTree_Element_Option