@glowjs/core 2024.12.11 → 2024.12.19
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.
|
@@ -4,6 +4,7 @@ import { Entity } from '../../Entity';
|
|
|
4
4
|
import { Path } from '../../Path';
|
|
5
5
|
import { Thing } from '../../Thing';
|
|
6
6
|
import { Component } from '../Component';
|
|
7
|
+
import { PathAnimation } from '../PathAnimation';
|
|
7
8
|
/**
|
|
8
9
|
* 漫游
|
|
9
10
|
*/
|
|
@@ -21,7 +22,7 @@ export declare class Roaming extends Component {
|
|
|
21
22
|
/**
|
|
22
23
|
* 路径动画
|
|
23
24
|
*/
|
|
24
|
-
|
|
25
|
+
_pathAnimation: PathAnimation;
|
|
25
26
|
private _appEvents;
|
|
26
27
|
/**
|
|
27
28
|
* 获取或设置垂直偏移
|