@cesdk/engine 1.7.0-rc.0 → 1.7.0
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.data
CHANGED
|
Binary file
|
package/assets/core/cesdk.wasm
CHANGED
|
Binary file
|
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -221,7 +221,7 @@ export declare interface AssetSource {
|
|
|
221
221
|
/** Find all asset for the given type and the provided query data. */
|
|
222
222
|
findAssets(queryData: AssetQueryData): Promise<AssetsQueryResult>;
|
|
223
223
|
/** Return every available group */
|
|
224
|
-
getGroups
|
|
224
|
+
getGroups?: () => Promise<string[]>;
|
|
225
225
|
/** Credits for the source/api */
|
|
226
226
|
credits?: {
|
|
227
227
|
name: string;
|