scene property

Scene get scene
override

The Scene holds all loaded entities/lights.

Implementation

Scene get scene {
  _scene ??= SceneImpl(this);
  return _scene!;
}