Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IInputPortBuilder<TData>

Interface for defining an input port that uses a specific generic data type.
Read time 1 minuteLast updated 6 days ago

Definition

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

WithDefaultValueConfigures a default value of type
TData
to the input port.

Inheritance