method layout

void layout();

Argumente

Zurückgegebener Wert

This method forces a layout to happen on the scene. NOTE: This method should not be used in most cases.
function onSample()
{
    // Force a layout to happen on the scene.
    scene.layout();
}