Bitbybit Docs
    Preparing search index...

    Class SetStackPanelHeightDto (Inputs.BabylonGui)

    babylon.gui.stackPanel.setHeight 提供堆叠面板及其新高度。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalstackPanel: StackPanel
      • Optionalheight: string | number

      Returns SetStackPanelHeightDto

    Properties

    stackPanel: StackPanel

    要就地更改的堆叠面板

    undefined
    
    height: string | number

    高度,以像素字符串(如 300px)或父级的 0 到 1 比例表示

    undefined