C# Класс GPUGraph.NodeInput

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetExpression() публичный метод

Returns an expession that evaluates to what this input represents.
public GetExpression ( Graph g ) : string
g Graph
Результат string

NodeInput() публичный метод

public NodeInput ( Node n ) : System
n Node
Результат System

NodeInput() публичный метод

public NodeInput ( float constVal ) : System
constVal float
Результат System

NodeInput() публичный метод

public NodeInput ( int _nodeID ) : System
_nodeID int
Результат System