Class StoryBookEnumProperty
This class defines a Enum property for a StoryBookComponent.
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: solution.dll
Syntax
public class StoryBookEnumProperty : StoryBookComponentProperty
Constructors
| Name | Description |
|---|---|
| StoryBookEnumProperty(string, Func<VisualElement, Enum>, Action<VisualElement, Enum>) | Constructor. |
Properties
| Name | Description |
|---|---|
| getter | The getter of the property. |
| setter | The setter of the property. |