WithTooltip(string)
Configures the tooltip text for the option being built.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
IStateOptionBuilder<in TData> WithTooltip(string tooltip)
Parameters
The tooltip text to assign to the option.
Returns
Type | Description |
|---|---|
| IStateOptionBuilder<T> | The current builder instance for method chaining. |