A model file to load into the scene by address, as the renderer packages' io.loadAssetIntoSceneFromRootUrl takes it: the folder URL, the file name inside it and whether it starts hidden.
io.loadAssetIntoSceneFromRootUrl
Optional
Name of the model file inside rootUrl, extension included
rootUrl
undefined Copy
undefined
Address of the folder the file is in, ending with a slash; textures next to the model are resolved from it too
When true, the loaded model is added to the scene invisible, to be shown later
false Copy
false
Namespace: Bit › Inputs › Asset
Other symbols in Inputs.Asset:
API reference home · Full symbol index · Tutorials and guides · Platform
A model file to load into the scene by address, as the renderer packages'
io.loadAssetIntoSceneFromRootUrltakes it: the folder URL, the file name inside it and whether it starts hidden.