docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IOnboardingSection

    A view for a single onboarding section. Classes implementing this interface should be marked with one of the attributes above.

    Namespace: Unity.Multiplayer.Center.Common
    Assembly: Unity.Multiplayer.Center.Common.dll
    Syntax
    public interface IOnboardingSection

    Properties

    Category

    The category for in which this section is.

    Declaration
    OnboardingSectionCategory Category { get; }
    Property Value
    Type Description
    OnboardingSectionCategory

    Root

    The visual element that will be added to the onboarding window. After Load is called, it should never be null.

    Declaration
    VisualElement Root { get; }
    Property Value
    Type Description
    VisualElement

    Methods

    Load()

    Makes the section ready to be displayed. May be called several times in a row.

    Declaration
    void Load()

    Unload()

    Frees anything that needs to be.

    Declaration
    void Unload()
    In This Article
    Back to top
    Copyright © 2024 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)