WithDisplayName(string)
Configures the display name of the option being built.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
IStateOptionBuilder WithDisplayName(string displayName)
Parameters
The display name to assign to the option.
Returns
Type | Description |
|---|---|
| IStateOptionBuilder | The current builder instance for method chaining. |
Remarks
The display name doesn't affect functionality; it can improve usability and readability. If not set explicitly using this method, the name passed during creation (calling State.IOptionDefinitionContext.AddOption) is used as the default display name.