IInputPortBuilder
Interface for defining an input port.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public interface IInputPortBuilder : IInputBasePortBuilder<IInputPortBuilder>, IPortBuilder<IInputPortBuilder>
Methods
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. |