C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

OnGUI() публичный абстрактный Метод

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
Результат NodeTree_Element_Option