Delayed()
Configures the option to use the DelayedAttribute.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
IStateOptionBuilder<in TData> Delayed()
Returns
Type | Description |
|---|---|
| IStateOptionBuilder<T> | The current builder instance for method chaining. |
Remarks
Apply this setting when the option’s value should only update after the user finishes editing input in the UI. This is useful for optimizing performance or avoiding intermediate updates during data entry.