docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StoryBookComponent

    A StoryBookComponent is a component that can be used as a StoryBookPage.

    Inheritance
    object
    StoryBookComponent
    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 StoryBookComponent

    Fields

    m_Properties

    The list of properties (used internally).

    Declaration
    protected readonly List<StoryBookComponentProperty> m_Properties
    Field Value
    Type Description
    List<StoryBookComponentProperty>

    Properties

    properties

    The properties of the component.

    Declaration
    public IEnumerable<StoryBookComponentProperty> properties { get; }
    Property Value
    Type Description
    IEnumerable<StoryBookComponentProperty>

    uiElementType

    The type of the UI element.

    Declaration
    public virtual Type uiElementType { get; }
    Property Value
    Type Description
    Type

    Methods

    Setup(VisualElement)

    Setup the component.

    Declaration
    public virtual void Setup(VisualElement element)
    Parameters
    Type Name Description
    VisualElement element

    The element to setup.

    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)