mxdraw 0.1.375 → 0.1.377
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 +5 -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
|
@@ -3793,6 +3793,11 @@ declare class MrxDbgUiPrBase {
|
|
|
3793
3793
|
* @returns 选择的关键字
|
|
3794
3794
|
*/
|
|
3795
3795
|
setLastInputPoint(pt: THREE.Vector3 | undefined): void;
|
|
3796
|
+
/**
|
|
3797
|
+
* 返回上一次的输入点。
|
|
3798
|
+
* @returns 选择的关键字
|
|
3799
|
+
*/
|
|
3800
|
+
getLastInputPoint(): THREE.Vector3 | undefined;
|
|
3796
3801
|
/**
|
|
3797
3802
|
* 返回用户选择的关键字
|
|
3798
3803
|
* @returns 选择的关键字
|