docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetPanel

    GetPanel(string, bool, int, bool)

    Returns a debug panel.

    Declaration
    public DebugUI.Panel GetPanel(string displayName, bool createIfNull = false, int groupIndex = 0, bool overrideIfExist = false)
    Parameters
    Type Name Description
    string displayName

    Name of the debug panel.

    bool createIfNull

    Create the panel if it does not exists.

    int groupIndex

    Group index.

    bool overrideIfExist

    Replace an existing panel.

    Returns
    Type Description
    DebugUI.Panel
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)