@glowjs/core 2025.8.7-3 → 2025.8.8

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.
@@ -270,7 +270,7 @@ export declare class CameraMgr extends Base {
270
270
  */
271
271
  maxPanningSensibility: number;
272
272
  /**
273
- * 获取或设置相机的最小平移灵敏度(最慢时的值),默认值0.1
273
+ * 获取或设置相机的最小平移灵敏度(最快时的值),默认值0.1
274
274
  */
275
275
  minPanningSensibility: number;
276
276
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2025.08.07-3",
3
+ "version": "2025.08.08",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",