Bitbybit Docs
    Preparing search index...

    Class SetControlIsEnabledDto (Inputs.BabylonGui)

    babylon.gui.control.setIsEnabled 提供控件以及它是否处于活动状态。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcontrol: Control
      • OptionalisEnabled: boolean

      Returns SetControlIsEnabledDto

    Properties

    control: Control

    要就地更改的控件

    undefined
    
    isEnabled: boolean

    为 true 时控件处于活动状态;为 false 时以暗淡方式绘制并忽略输入

    true