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