SetGUITheme3D()
Syntax
SetGUITheme3D(ThemeName$, FontName$)Description
As CEGUI support skining, this command allow to select which theme and which font to use for the GUI. The 'ThemeName$' has to be specified without the '.scheme' extension and the 'FontName$' without the '.font' extension. This command has to be called before any other GUI commands to have an effect.
For more informations about skins, visit the CEGUI web site.
Supported OS
All