C# Class GPUGraph.Editor.NodeTree_Element_Category

Inheritance: NodeTree_Element
Datei anzeigen Open project: heyx3/GPUNoiseForUnity

Public Properties

Property Type Description
SubItems GPUGraph.Editor.NodeTree_Element[]
Title string

Public Methods

Method Description
NodeTree_Element_Category ( string title ) : System
NodeTree_Element_Category ( string title, string tooltip ) : System
OnGUI ( ) : NodeTree_Element_Option

Method Details

NodeTree_Element_Category() public method

public NodeTree_Element_Category ( string title ) : System
title string
return System

NodeTree_Element_Category() public method

public NodeTree_Element_Category ( string title, string tooltip ) : System
title string
tooltip string
return System

OnGUI() public method

public OnGUI ( ) : NodeTree_Element_Option
return NodeTree_Element_Option

Property Details

SubItems public_oe property

public NodeTree_Element[],GPUGraph.Editor SubItems
return GPUGraph.Editor.NodeTree_Element[]

Title public_oe property

public string Title
return string