@glowjs/core 2024.12.10 → 2024.12.17
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
|
@@ -1505,6 +1505,10 @@ export declare class Building extends Entity {
|
|
|
1505
1505
|
* 获取实例类型
|
|
1506
1506
|
*/
|
|
1507
1507
|
get instanceClass(): any;
|
|
1508
|
+
/**
|
|
1509
|
+
* 是否要在建筑层级显示外立面和楼层链接
|
|
1510
|
+
*/
|
|
1511
|
+
get doShowLinks(): boolean;
|
|
1508
1512
|
/**
|
|
1509
1513
|
* 开始轮询
|
|
1510
1514
|
*/
|
|
@@ -3943,7 +3947,10 @@ export declare class PathAnimation extends Component {
|
|
|
3943
3947
|
private _offset;
|
|
3944
3948
|
private _prevDir;
|
|
3945
3949
|
private _deltaAngle;
|
|
3946
|
-
|
|
3950
|
+
/**
|
|
3951
|
+
* 获取或设置巡检点旋转角速度
|
|
3952
|
+
*/
|
|
3953
|
+
angleSpeed: number;
|
|
3947
3954
|
private _cross;
|
|
3948
3955
|
private _target;
|
|
3949
3956
|
/**
|
|
@@ -4295,7 +4302,7 @@ export declare class Roaming extends Component {
|
|
|
4295
4302
|
/**
|
|
4296
4303
|
* 路径动画
|
|
4297
4304
|
*/
|
|
4298
|
-
|
|
4305
|
+
_pathAnimation: PathAnimation;
|
|
4299
4306
|
private _appEvents;
|
|
4300
4307
|
/**
|
|
4301
4308
|
* 获取或设置垂直偏移
|