mxdraw 0.1.26 → 0.1.27

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.
@@ -675,4 +675,12 @@ export default class MxDrawObject {
675
675
  * ```
676
676
  */
677
677
  newFile(ptin1: THREE.Vector3 | number, ptin2: THREE.Vector3 | number, x2?: number, y2?: number): boolean;
678
+ /**
679
+ * 停止当前加载
680
+ * @example
681
+ * ```typescript
682
+ *
683
+ * ```
684
+ */
685
+ stopAllLoading(): void;
678
686
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mxdraw",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/mxdraw.umd.js",