IOutputPortBuilder
Interface for defining an output port.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public interface IOutputPortBuilder : IPortBuilder<IOutputPortBuilder>
Remarks
Use this interface to create an output port before you assign its data type. To assign a data type, call IOutputPortBuilder.WithDataType or IOutputPortBuilder.WithDataType.
Methods
Method | Description |
|---|---|
| WithDataType | Configures the data type of the output port. |