Struct PortDescription
Runtime type information about node ports as returned by GetPortDescription(NodeHandle).
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct PortDescription
Properties
Inputs
Declaration
public List<PortDescription.InputPort> Inputs { get; }
Property Value
| Type | Description | 
|---|---|
| List<PortDescription.InputPort> | 
Outputs
Declaration
public List<PortDescription.OutputPort> Outputs { get; }
Property Value
| Type | Description | 
|---|---|
| List<PortDescription.OutputPort> |