MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / CreateBoxAsync

Function CreateBoxAsync

Apps/Playground/Scripts/experience.js:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9var text = false;
10
11function CreateBoxAsync() {
12 BABYLON.Mesh.CreateBox("box1", 0.2);
13 return Promise.resolve();
14}
15
16function CreateSpheresAsync() {
17 var size = 12;

Callers 1

experience.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected