Determines the visibility of the fullscreen. Almost always implemented as getter/setter.
Closes the fullscreen, equivalent to setting visible to false
visible
false
Opens the fullscreen, equivalent to setting visible to true
true
Determines the visibility of the fullscreen. Almost always implemented as getter/setter.