method replaceLibrary

void replaceLibrary(string currentURL,string newURL);

Argumente

Zurückgegebener Wert

This method replaces a given library with a different library in each scene that currently exists within this shell.
function onSample()
{
    shell.replaceLibrary("../theme/style.box", "../theme/accStyle.box");
}