endset_three_editor 0.10.0 → 0.10.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.
@@ -50,11 +50,6 @@ export declare function focusOnObject(object: any, duration?: number): void;
50
50
  * 用于设备 ID 快速查找(selectModelHandle / updateDataPanelValue)
51
51
  */
52
52
  export declare function registerModelDataPanel(obj: Object3D, id?: string): void;
53
- /**
54
- * 添加模型
55
- * @param model
56
- * @param selected
57
- */
58
53
  export declare function addModel(model: Object3D, selected?: boolean): void;
59
54
  /**
60
55
  * 从场景中移除一个模型及其子节点