Class StoryBookStory
A StoryBookStory is a story that can be used inside a StoryBookPage.
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: solution.dll
Syntax
public sealed class StoryBookStory
Constructors
| Name | Description |
|---|---|
| StoryBookStory(string, Func<VisualElement>) | Constructor. |
Properties
| Name | Description |
|---|---|
| createGUI | The function that creates the GUI of the story. |
| name | The name of the story. |