Scene
APIs that are added to the Scene object.
Methods
.getObject()
.getObject(title)
Finds and returns object in the scene with matching given ttitle.
- title : The title of the object youβre looking for.
const object = WORLD.getObject("objectTitle");
const gui = GUI.getObject("guiTitle");