IInputBasePortBuilder<T0>
interface in
Unity.GraphToolkit.Editor
Implements interfaces:IPortBuilder<T0>
Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Description
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.
Public Methods
Method |
Description |
Delayed |
Configures the input port to use the DelayedAttribute.
|