C# Class GPUGraph.Editor.NodeTree_Element_Category

Inheritance: NodeTree_Element
Afficher le fichier Open project: heyx3/GPUNoiseForUnity

Méthodes publiques

Свойство Type Description
SubItems GPUGraph.Editor.NodeTree_Element[]
Title string

Méthodes publiques

Méthode 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 méthode

public NodeTree_Element_Category ( string title ) : System
title string
Résultat System

NodeTree_Element_Category() public méthode

public NodeTree_Element_Category ( string title, string tooltip ) : System
title string
tooltip string
Résultat System

OnGUI() public méthode

public OnGUI ( ) : NodeTree_Element_Option
Résultat NodeTree_Element_Option

Property Details

SubItems public_oe property

public NodeTree_Element[],GPUGraph.Editor SubItems
Résultat GPUGraph.Editor.NodeTree_Element[]

Title public_oe property

public string Title
Résultat string