Class Node<T>
A elastic graph node with a specific primary output.
Inheritance
XNode.Node
Node<T>
Inherited Members
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[Serializable]
public abstract class Node<T> : Node
Type Parameters
Name | Description |
---|---|
T |
Fields
Output
Declaration
[Node.Output(Node.ShowBackingValue.Never, Node.ConnectionType.Multiple, Node.TypeConstraint.None, false)]
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 |
---|---|---|
XNode.NodePort | port | The output port. |
Returns
Type | Description |
---|---|
object | This node. |
Overrides
XNode.Node.GetValue(XNode.NodePort)