property waiting

(r/w) bool waiting;

Typ

Zugriff

This property gets and set the scene's 'waiting' state. If set to true the hour glass cursor is shown. Note that the mouse/keyboard inputs are NOT blocked. When property is set to false, the scene is set back to normal state.
function onSample()
{
    scene.waiting = true;
}