C# Class GPUGraph.Editor.NodeTree_Element_Option

Inheritance: NodeTree_Element
Afficher le fichier Open project: heyx3/GPUNoiseForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
NodeFactory Func

Méthodes publiques

Méthode Description
NodeTree_Element_Option ( Func nodeFactory, string name, string tooltip = "" ) : System
OnGUI ( ) : NodeTree_Element_Option
OneVarFunc ( string func, string title, string tooltip, string var = "f", float defVal = float.NaN ) : NodeTree_Element_Option
ThreeVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN, string var3 = "t", float defVal3 = float.NaN ) : NodeTree_Element_Option
TwoVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN ) : NodeTree_Element_Option

Method Details

NodeTree_Element_Option() public méthode

public NodeTree_Element_Option ( Func nodeFactory, string name, string tooltip = "" ) : System
nodeFactory Func
name string
tooltip string
Résultat System

OnGUI() public méthode

public OnGUI ( ) : NodeTree_Element_Option
Résultat NodeTree_Element_Option

OneVarFunc() public static méthode

public static OneVarFunc ( string func, string title, string tooltip, string var = "f", float defVal = float.NaN ) : NodeTree_Element_Option
func string
title string
tooltip string
var string
defVal float
Résultat NodeTree_Element_Option

ThreeVarFunc() public static méthode

public static ThreeVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN, string var3 = "t", float defVal3 = float.NaN ) : NodeTree_Element_Option
func string
title string
tooltip string
var1 string
defVal1 float
var2 string
defVal2 float
var3 string
defVal3 float
Résultat NodeTree_Element_Option

TwoVarFunc() public static méthode

public static TwoVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN ) : NodeTree_Element_Option
func string
title string
tooltip string
var1 string
defVal1 float
var2 string
defVal2 float
Résultat NodeTree_Element_Option

Property Details

Name public_oe property

public string Name
Résultat string

NodeFactory public_oe property

public Func NodeFactory
Résultat Func