Bitbybit Docs
    Preparing search index...

    Class SetStackPanelHeightDto (Inputs.BabylonGui)

    Feeds babylon.gui.stackPanel.setHeight with a stack panel and its new height.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalstackPanel: StackPanel
      • Optionalheight: string | number

      Returns SetStackPanelHeightDto

    Properties

    stackPanel: StackPanel

    The stack panel to change in place

    undefined
    
    height: string | number

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

    undefined