docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HelpPanelHandler

    A Window that display the FAQ from the given tutorial and current page

    Inheritance
    object
    HelpPanelHandler
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Tutorials.Core.Editor
    Assembly: Unity.Tutorials.Core.Editor.dll
    Syntax
    public class HelpPanelHandler

    Properties

    IsOpened

    Is the Help Panel opened or hidden

    Declaration
    public bool IsOpened { get; }
    Property Value
    Type Description
    bool

    Methods

    Close()

    Close the Help Panel(roll back up)

    Declaration
    public void Close()

    Initialize(VisualElement)

    Initialize the Help panel, storing all references to UIElements it will need for its functionalities

    Declaration
    public void Initialize(VisualElement root)
    Parameters
    Type Name Description
    VisualElement root

    The VisualElement of which the panel is a child

    Open(Tutorial)

    Open the Help Panel using the given tutorial. Will listen to tutorial events like page initiated and quit to update the displayed question

    Declaration
    public void Open(Tutorial tutorial)
    Parameters
    Type Name Description
    Tutorial tutorial

    The tutorial from which to display the FAQ entries

    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)