invisible

abstract fun invisible(): Boolean

Checks if this display is currently invisible.

Return

true if invisible, false otherwise

Since

1.15.2


abstract fun invisible(invisible: Boolean)

Sets the visibility of this display.

Since

1.15.2

Parameters

invisible

true to make invisible, false to make visible