Bitbybit Docs
    Preparing search index...

    Class SetContainerIsReadonlyDto (Inputs.BabylonGui)

    Feeds babylon.gui.container.setIsReadonly with a container and whether it and its children ignore input.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcontainer: Container
      • OptionalisReadOnly: boolean

      Returns SetContainerIsReadonlyDto

    Properties

    container: Container

    The container to change in place

    undefined
    
    isReadOnly: boolean

    When true, the container and everything in it are shown normally but ignore input

    false