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.
파일 보기 프로젝트 열기: heyx3/GPUNoiseForUnity

공개 메소드들

메소드 설명
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