Bitbybit Docs
    Preparing search index...

    Class SetCheckboxIsCheckedDto (Inputs.BabylonGui)

    babylon.gui.checkbox.setIsChecked 提供复选框及其新状态。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcheckbox: Checkbox
      • OptionalisChecked: boolean

      Returns SetCheckboxIsCheckedDto

    Properties

    checkbox: Checkbox

    要就地更改的复选框

    undefined
    
    isChecked: boolean

    为 true 时,复选框变为选中;该更改会像点击一样触发其事件

    false