docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StoryBookPage

    A StoryBookPage is a page that can be used inside a StoryBook.

    Inheritance
    object
    StoryBookPage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)