Class Node<T>
A elastic graph node with a specific primary output.
Inherited Members
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
public abstract class Node<T> : Node
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
Output
Declaration
[Node.OutputAttribute]
public T Output
Field Value
| Type | Description |
|---|---|
| T |
Methods
GetValue(NodePort)
Gets this node.
Declaration
public override object GetValue(NodePort port)
Parameters
| Type | Name | Description |
|---|---|---|
| NodePort | port | The output port. |
Returns
| Type | Description |
|---|---|
| object | This node. |