Scene constructor

Scene()

Implementation

Scene() {
  initializeStaticResources();
  root.registerAsRoot(this);
}