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 9d86196 commit 7d4916cCopy full SHA for 7d4916c
src/com/ss/editor/ui/component/editor/impl/scene/AbstractSceneFileEditor.java
@@ -451,6 +451,7 @@ protected void loadState() {
451
scriptingComponent.addImport(Spatial.class);
452
scriptingComponent.addImport(Geometry.class);
453
scriptingComponent.addImport(Control.class);
454
+ scriptingComponent.addImport(Node.class);
455
scriptingComponent.addImport(Light.class);
456
scriptingComponent.addImport(DirectionalLight.class);
457
scriptingComponent.addImport(PointLight.class);
0 commit comments