C# Class GPUGraph.NodeInput

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

Méthodes publiques

Méthode Description
GetExpression ( Graph g ) : string

Returns an expession that evaluates to what this input represents.

NodeInput ( Node n ) : System
NodeInput ( float constVal ) : System
NodeInput ( int _nodeID ) : System

Method Details

GetExpression() public méthode

Returns an expession that evaluates to what this input represents.
public GetExpression ( Graph g ) : string
g Graph
Résultat string

NodeInput() public méthode

public NodeInput ( Node n ) : System
n Node
Résultat System

NodeInput() public méthode

public NodeInput ( float constVal ) : System
constVal float
Résultat System

NodeInput() public méthode

public NodeInput ( int _nodeID ) : System
_nodeID int
Résultat System