@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.
package/dist/glow.core.d.ts
CHANGED
|
@@ -3943,7 +3943,10 @@ export declare class PathAnimation extends Component {
|
|
|
3943
3943
|
private _offset;
|
|
3944
3944
|
private _prevDir;
|
|
3945
3945
|
private _deltaAngle;
|
|
3946
|
-
|
|
3946
|
+
/**
|
|
3947
|
+
* 获取或设置巡检点旋转角速度
|
|
3948
|
+
*/
|
|
3949
|
+
angleSpeed: number;
|
|
3947
3950
|
private _cross;
|
|
3948
3951
|
private _target;
|
|
3949
3952
|
/**
|