ShowGUI()

Syntax

ShowGUI(Transparency, ShowMouse [, #Camera, Enable])
Description
Shows or hides the whole GUI elements, which are composed of 3d windows and 3d gadgets.

Parameters

Transparency Transparency level of the GUI. Valid values are between 0 (hidden) and 255 (fully opaque).
ShowMouse Change the mouse cursor visibility. If ShowMouse = 1, the mouse cursor will be displayed, if ShowMouse = 0 it will be hidden.
#Camera (optional) If set the GUI will be displayed or not on this camera. Works together with the following 'Enable' parameter.
Enable (optional) Enable or disable the GUI display on the previously selected camera. Works together with the previous '#Camera' parameter.

Return value

None.

Supported OS

All

<- SetRenderQueue() - Engine3D Index - SkyBox() ->