Stage constructor

Stage(
  1. ScenePainter scene
)

Initializes a new instance of the Stage class. Should only be initialized by the ScenePainter.

Implementation

Stage(this.scene) {
//    $stage = this;
  $parent = null;
  _boundsDebugger = DisplayBoundsDebugger(this);
}