docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Container

    Container()

    Constructor

    Declaration
    public Container()

    Container(string)

    Constructor for a container without header

    Declaration
    public Container(string id)
    Parameters
    Type Name Description
    string id

    The id of the container

    Container(string, ObservableList<Widget>)

    Constructor.

    Declaration
    public Container(string displayName, ObservableList<DebugUI.Widget> children)
    Parameters
    Type Name Description
    string displayName

    Display name of the container.

    ObservableList<DebugUI.Widget> children

    List of attached children.

    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)