Dart DocumentationstagexlStageRenderMode

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";
}

Static Properties

const String AUTO #

static const String AUTO = "auto"

const String ONCE #

static const String ONCE = "once"

const String STOP #

static const String STOP = "stop"