Bitbybit Docs
    Preparing search index...

    Class AddControlsToContainerDto (Inputs.BabylonGui)

    Feeds babylon.gui.container.addControls: the container, the controls to put in it and whether to empty it first.

    Index

    Constructors

    • Parameters

      • Optionalcontainer: StackPanel
      • Optionalcontrols: Control[]
      • OptionalclearControlsFirst: boolean

      Returns AddControlsToContainerDto

    Properties

    container: Container

    The panel or root that receives the controls as its children

    undefined
    
    controls: Control[]

    The controls to add, in the order they should appear

    undefined
    
    clearControlsFirst: boolean

    When true, the container is emptied first, so the order is exactly the list's

    true