Scene constructor

Scene()

Implementation

Scene() : super() {
  type = 'Scene';
  autoUpdate = true;
}