Interface IOutputPortBuilder<TData>
Interface for defining an output port that uses a specific generic data type.
Inherited Members
Namespace: Unity.GraphToolkit.Editor
Assembly: Unity.GraphToolkit.Editor.dll
Syntax
public interface IOutputPortBuilder<TData> : IPortBuilder<IOutputPortBuilder<TData>>
Type Parameters
Name | Description |
---|---|
TData | The data type of the output port. |
Remarks
This interface supports method chaining and further customization for typed output ports.