@glowjs/core 2024.12.11 → 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
|
*/
|
|
@@ -4298,7 +4302,7 @@ export declare class Roaming extends Component {
|
|
|
4298
4302
|
/**
|
|
4299
4303
|
* 路径动画
|
|
4300
4304
|
*/
|
|
4301
|
-
|
|
4305
|
+
_pathAnimation: PathAnimation;
|
|
4302
4306
|
private _appEvents;
|
|
4303
4307
|
/**
|
|
4304
4308
|
* 获取或设置垂直偏移
|