IInputPortBuilder<TData>
Interface for defining an input port that uses a specific generic data type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public interface IInputPortBuilder<TData> : IInputBasePortBuilder<IInputPortBuilder<TData>>, IPortBuilder<IInputPortBuilder<TData>>
Remarks
Use this interface to assign a typed default value to the port.
Methods
Method | Description |
|---|---|
| WithDefaultValue | Configures a default value of type |