Bitbybit Docs
    Preparing search index...

    Class SetControlIsVisibleDto (Inputs.BabylonGui)

    Feeds babylon.gui.control.setIsVisible with a control and whether it is shown.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcontrol: Control
      • OptionalisVisible: boolean

      Returns SetControlIsVisibleDto

    Properties

    control: Control

    The control to change in place

    undefined
    
    isVisible: boolean

    When true, the control is shown; when false, hidden while keeping its place in the layout

    true