Enum NodeSet.ConnectionType
The kind of connection.
Namespace: Unity.DataFlowGraph
Syntax
public enum ConnectionType
Fields
Name | Description |
---|---|
Feedback | Connection type which allows feeding information back to an upstream node without forming a cycle in the graph. Cycle avoidance is achieved by considering this connection to introduce an update delay. |
Normal | Standard connectivity. |