Bitbybit Docs
    Preparing search index...

    Class SetControlHeightDto (Inputs.BabylonGui)

    Feeds babylon.gui.control.setHeight with a control and its new height.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcontrol: Control
      • Optionalheight: string | number

      Returns SetControlHeightDto

    Properties

    control: Control

    The control to change in place

    undefined
    
    height: string | number

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

    undefined