@glowjs/core 2024.9.21 → 2024.9.23

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.
@@ -79,4 +79,8 @@ export declare class POI extends Entity {
79
79
  private _build3D;
80
80
  private _updatePovit;
81
81
  dispose(): void;
82
+ /**
83
+ * 获取原始贴图的像素大小,编辑器中用来实现等比缩放
84
+ */
85
+ get _ssize(): Point2D;
82
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2024.09.21",
3
+ "version": "2024.09.23",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",