Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WithDefaultValue(TData)

Configures a default value of type TData to the input port.
Read time 1 minuteLast updated 7 days ago

Definition

WithDefaultValue(T)

IInputPortBuilder<TData> WithDefaultValue(TData defaultValue)

Parameters

defaultValue

T
The default value of type
TData
.

Returns

Type

Description

IInputPortBuilder<T>An input port builder configured with the default value.