Bitbybit Docs
    Preparing search index...

    Class SetStackPanelWidthDto (Inputs.BabylonGui)

    Feeds babylon.gui.stackPanel.setWidth with a stack panel and its new width.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalstackPanel: StackPanel
      • Optionalwidth: string | number

      Returns SetStackPanelWidthDto

    Properties

    stackPanel: StackPanel

    The stack panel to change in place

    undefined
    
    width: string | number

    Width as a pixel string such as 300px or a fraction of the parent from 0 to 1

    undefined