Jump to content

[SOLVED] How does the function Gui::setSkin?


photo

Recommended Posts

Thank you.

I did the same, but there is no result. Here is my implementation:

gui = engine.getGui();
gui.setSkin( "samples/objects/interfaces/skin" );
	
window = new WidgetWindow( gui, "Demo" );
gui.addChild( window, GUI_ALIGN_CENTER | GUI_ALIGN_OVERLAP );

WidgetButton btn = new WidgetButton( gui, "buttonTest" );
window.addChild( btn );
Link to comment
×
×
  • Create New...