@glowjs/core 2024.12.7 → 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.
|
@@ -18,6 +18,14 @@ export declare class PathAnimation extends Component {
|
|
|
18
18
|
private _eventDispatcher;
|
|
19
19
|
private _pause;
|
|
20
20
|
private _offset;
|
|
21
|
+
private _prevDir;
|
|
22
|
+
private _deltaAngle;
|
|
23
|
+
/**
|
|
24
|
+
* 获取或设置巡检点旋转角速度
|
|
25
|
+
*/
|
|
26
|
+
angleSpeed: number;
|
|
27
|
+
private _cross;
|
|
28
|
+
private _target;
|
|
21
29
|
/**
|
|
22
30
|
* 获取垂直偏移
|
|
23
31
|
*/
|