mxdraw 0.1.335 → 0.1.336
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
|
@@ -1995,6 +1995,10 @@ declare class MxDrawObject extends Node<MxDrawEvents, Node<any, any>> {
|
|
|
1995
1995
|
* ```
|
|
1996
1996
|
*/
|
|
1997
1997
|
isMapBox(): boolean;
|
|
1998
|
+
/**
|
|
1999
|
+
* @instance
|
|
2000
|
+
*/
|
|
2001
|
+
renderer: THREE.WebGLRenderer;
|
|
1998
2002
|
/**
|
|
1999
2003
|
* 获取Three.js相机对象
|
|
2000
2004
|
* @returns THREE.Camera
|