interface in Unity.GraphToolkit.Editor
Implements interfaces:IInputBasePortBuilder<T0>, IPortBuilder<T0>
Interface for defining an input port.
| Method | Description |
|---|---|
| WithDataType | Configures the data type of the input port. |
| WithDataTypes | Configures the port as polymorphic, accepting any of the given types. The user picks the active type from a dropdown on the port. |