@glowjs/core 2024.12.10 → 2024.12.11

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.
@@ -20,7 +20,10 @@ export declare class PathAnimation extends Component {
20
20
  private _offset;
21
21
  private _prevDir;
22
22
  private _deltaAngle;
23
- private _angleSpeed;
23
+ /**
24
+ * 获取或设置巡检点旋转角速度
25
+ */
26
+ angleSpeed: number;
24
27
  private _cross;
25
28
  private _target;
26
29
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2024.12.10",
3
+ "version": "2024.12.11",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",