Interface IDefaultValue<T>
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public interface IDefaultValue<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
defaultValue
Declaration
T defaultValue { get; }
Property Value
| Type | Description |
|---|---|
| T |