C# 클래스 GPUGraph.NodeInput

파일 보기 프로젝트 열기: heyx3/GPUNoiseForUnity 1 사용 예제들

공개 메소드들

메소드 설명
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