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