@cesdk/engine 1.44.0-rc.0 → 1.44.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/core/{cesdk-v1.44.0-rc.0-OIGKB6EW.wasm → cesdk-v1.44.0-rc.2-6QRMBFPN.wasm} +0 -0
- package/assets/core/{worker-host-v1.44.0-rc.0.js → worker-host-v1.44.0-rc.2.js} +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.44.0-rc.0-XHZXX7DG.data → cesdk-v1.44.0-rc.2-XHZXX7DG.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -2989,6 +2989,7 @@ export declare class BlockAPI {
|
|
|
2989
2989
|
/**
|
|
2990
2990
|
* Begins loading the resources of the given blocks and their children.
|
|
2991
2991
|
* This function is useful for preloading resources before they are needed.
|
|
2992
|
+
* Warning: For elements with a source set, all elements in the source set will be loaded.
|
|
2992
2993
|
* @param ids - The blocks whose resources should be loaded. The given blocks don't require to have resources and
|
|
2993
2994
|
* can have children blocks (e.g. a scene block or a page block).
|
|
2994
2995
|
* @returns A Promise that resolves once the resources have finished loading.
|