WithDefaultValue(TData)
Configures a default value of type TData to the input port.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
WithDefaultValue(T)
IInputPortBuilder<TData> WithDefaultValue(TData defaultValue)
Parameters
Returns
Type | Description |
|---|---|
| IInputPortBuilder<T> | An input port builder configured with the default value. |