scene property
The Scene holds all loaded entities/lights.
Implementation
Scene get scene {
_scene ??= SceneImpl(this);
return _scene!;
}
The Scene holds all loaded entities/lights.
Scene get scene {
_scene ??= SceneImpl(this);
return _scene!;
}