Class StoryBookPage
A StoryBookPage is a page that can be used inside a StoryBook.
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: Unity.AppUI.Editor.dll
Syntax
public abstract class StoryBookPage
Fields
m_Stories
The list of stories (used internally).
Declaration
protected readonly List<StoryBookStory> m_Stories
Field Value
Type | Description |
---|---|
List<StoryBookStory> |
Properties
componentType
The type of the component.
Declaration
public virtual Type componentType { get; }
Property Value
Type | Description |
---|---|
Type |
displayName
The name of the page.
Declaration
public virtual string displayName { get; }
Property Value
Type | Description |
---|---|
string |
stories
The stories of the page.
Declaration
public IEnumerable<StoryBookStory> stories { get; }
Property Value
Type | Description |
---|---|
IEnumerable<StoryBookStory> |