Bitbybit Docs
    Preparing search index...

    Class SetControlIsEnabledDto (Inputs.BabylonGui)

    Feeds babylon.gui.control.setIsEnabled with a control and whether it is active.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcontrol: Control
      • OptionalisEnabled: boolean

      Returns SetControlIsEnabledDto

    Properties

    control: Control

    The control to change in place

    undefined
    
    isEnabled: boolean

    When true, the control is active; when false, it is drawn dimmed and ignores input

    true