autoRender property

SceneConfig autoRender
final

autoRender configuration: Basic configuration to auto manage the update and rendering of the Scene. with no input support. Might be useful for external control of the layers, animated backgrounds, etc.

Implementation

static final SceneConfig autoRender = SceneConfig(
  useTicker: true,
);