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