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 2c4bfff commit 6561c95Copy full SHA for 6561c95
README.md
@@ -36,7 +36,7 @@ const workspace = new Workspace();
36
workspace.on("ready", (ctx) => {
37
const scene = ctx.scenes.first();
38
39
- let cube = scene.spawn("Cube", {
+ let cube = scene.spawn(Cube, "cubert", {
40
localPosition: { x: 5, y: 5, z: 5 },
41
});
42
0 commit comments