interface in Unity.GraphToolkit.Editor
Implements interfaces:IPortBuilder<T0>
Base interface for input port builders in a port definition context.
Use this interface when defining input ports in a custom node. It extends the generic IPortBuilder_1 interface with input-specific configuration options.
The generic parameter T allows method chaining using the builder pattern.
| Method | Description |
|---|---|
| AsTextArea | Configures the input port to use the TextAreaAttribute. |
| Delayed | Configures the input port to use the DelayedAttribute. |