We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d47ee5 commit ea70564Copy full SHA for ea70564
src/Typings/Scene/index.js
@@ -9,6 +9,7 @@ class Scene {
9
this.children = new this.parent.SceneChildGroup;
10
this.objects = new this.parent.SceneGameObjectGroup;
11
this.lights = new this.parent.SceneLightGroup;
12
+ this.cameras = new this.parent.SceneCameraGroup;
13
this.settings = new Soup(Object);
14
}
15
0 commit comments