docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Foldout

    Foldout()

    Constructor.

    Declaration
    public Foldout()

    Foldout(string, ObservableList<Widget>, string[], string[])

    Constructor.

    Declaration
    public Foldout(string displayName, ObservableList<DebugUI.Widget> children, string[] columnLabels = null, string[] columnTooltips = null)
    Parameters
    Type Name Description
    string displayName

    Display name of the foldout.

    ObservableList<DebugUI.Widget> children

    List of attached children.

    string[] columnLabels

    Optional list of column names.

    string[] columnTooltips

    Optional list of tooltips for column name labels.

    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)