WithDefaultValue(TData)
Configures the default value for the option being built.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
WithDefaultValue(T)
IStateOptionBuilder<in TData> WithDefaultValue(TData defaultValue)
Parameters
Returns
Type | Description |
|---|---|
| IStateOptionBuilder<T> | The current builder instance for method chaining. |