iflow-engine 1.1.4 → 1.1.5
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.
|
@@ -29,10 +29,10 @@ export declare class EngineManager extends BaseManager {
|
|
|
29
29
|
isInitialized(): boolean;
|
|
30
30
|
/**
|
|
31
31
|
* 加载模型
|
|
32
|
-
* @param
|
|
32
|
+
* @param urls 模型 URL 数组
|
|
33
33
|
* @param options 加载选项
|
|
34
34
|
*/
|
|
35
|
-
loadModel(
|
|
35
|
+
loadModel(urls: string[], options?: ModelLoadOptions): void;
|
|
36
36
|
/**
|
|
37
37
|
* 获取底层引擎实例
|
|
38
38
|
* @returns 引擎实例
|