endset_three_editor 0.4.0 → 0.4.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/dist/three/index.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export declare function selectModelHandle(objectId: string): void;
|
|
|
43
43
|
* @param objectId - 目标物体 id
|
|
44
44
|
* @param duration - 动画持续时间(毫秒),默认 500ms
|
|
45
45
|
*/
|
|
46
|
-
export declare function focusOnObject(
|
|
46
|
+
export declare function focusOnObject(objectId: string, duration?: number): void;
|
|
47
47
|
/**
|
|
48
48
|
* 添加模型
|
|
49
49
|
* @param model
|