SetGUITheme3D()

Syntax

SetGUITheme3D(ThemeName$, FontName$)
Description
As CEGUI support skinning, this command allow to select which theme and which font to use for the GUI. This command has to be called before any other GUI commands to have an effect.

Parameters

ThemeName$ The new theme to use, specified without the '.scheme' extension.
FontName$ The new font to use, specified without the '.font' extension.

Return value

None.

Remarks

For more information about skins, visit the CEGUI web site.

Supported OS

All

<- SecondWorldCollisionEntity() - Engine3D Index - SetOrientation() ->