mxdraw 0.1.243 → 0.1.244
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/mxdraw.d.ts +4 -0
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +1 -1
package/dist/mxdraw.d.ts
CHANGED
|
@@ -1845,6 +1845,10 @@ declare class MxDrawObject extends Node<MxDrawEvents, Node<any, any>> {
|
|
|
1845
1845
|
* @returns THREE.Scene
|
|
1846
1846
|
*/
|
|
1847
1847
|
getScene(): THREE.Scene;
|
|
1848
|
+
/**
|
|
1849
|
+
* 设置多选模式。
|
|
1850
|
+
*/
|
|
1851
|
+
setMultipleSelect(isMultipleSelect: boolean): void;
|
|
1848
1852
|
/**
|
|
1849
1853
|
* 获取Three.js相机对象
|
|
1850
1854
|
* @returns THREE.Camera
|