Class StoryBookPage
A StoryBookPage is a page that can be used inside a StoryBook.
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: solution.dll
Syntax
public abstract class StoryBookPage
Fields
| Name | Description |
|---|---|
| m_Stories | The list of stories (used internally). |
Properties
| Name | Description |
|---|---|
| componentType | The type of the component. |
| displayName | The name of the page. |
| stories | The stories of the page. |