docs.unity3d.com
    Show / Hide Table of Contents

    Class HubSubWindow

    A sub section of the AQA Hub Window.

    Inheritance
    Object
    HubSubWindow
    CodeGenerationSubWindow
    ToolsSubWindow
    SettingsSubWindow
    CloudTestingSubWindow
    Namespace: Global Namespace
    Syntax
    public abstract class HubSubWindow

    Methods

    Init()

    Set up this HubSubWindow window. Called when the HubSubWindow is created.

    Declaration
    public abstract void Init()

    OnGUI()

    Called from the main Hub Editor Window OnGUI method.

    Declaration
    public abstract void OnGUI()

    SetUpView(ref VisualElement)

    Render this HubSubWindow.

    Declaration
    public abstract void SetUpView(ref VisualElement baseRoot)
    Parameters
    Type Name Description
    VisualElement baseRoot

    The Base Root VisualElement of the main Hub Window.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023