IComponent.visible

Sets the visibility of the component.

  1. void visible(bool visible)
    interface IComponent
    void
    visible
    (
    bool visible
    )
  2. bool visible()

Parameters

visible bool

true if the component should be visible, false if it should be invisible.

Meta