StageRenderMode class
The StageRenderMode defines how often the Stage is renderes by the RenderLoop where the Stage is attached to.
class StageRenderMode {
 static const String AUTO = "auto";
 static const String STOP = "stop";
 static const String ONCE = "once";
}