method setThemeForAlias

library setThemeForAlias(string alias,string library);

Argumente

Zurückgegebener Wert

This method sets up an alias library. If the alias already exists the old library is removed from this alias and the new library is added.
function onInitialized()
{
    scene.setThemeForAlias("Foobar", "../themes/theme_blue.box");
}