Enum PortDataFlowType
Date flow type for a port.
Namespace: Unity.Behavior.GraphFramework
Assembly: Unity.Behavior.GraphFramework.dll
Syntax
public enum PortDataFlowType
Fields
Name | Description |
---|---|
Input | Data is recieved into the port. |
Output | Data is transmistted out of a port. |