@glowjs/core 2025.2.18 → 2025.2.25
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
|
@@ -1753,10 +1753,6 @@ export declare class CameraMgr extends Base {
|
|
|
1753
1753
|
* @param app 应用
|
|
1754
1754
|
*/
|
|
1755
1755
|
constructor(app: App);
|
|
1756
|
-
/**
|
|
1757
|
-
* 在地表以上(默认true)
|
|
1758
|
-
*/
|
|
1759
|
-
aboveGround: boolean;
|
|
1760
1756
|
/**
|
|
1761
1757
|
* 获取或设置人称
|
|
1762
1758
|
*/
|
|
@@ -3343,6 +3339,7 @@ export declare class Heatmap extends Component {
|
|
|
3343
3339
|
* @param entity 楼层
|
|
3344
3340
|
*/
|
|
3345
3341
|
constructor(entity: Entity);
|
|
3342
|
+
private _fixMirrorBug;
|
|
3346
3343
|
/**
|
|
3347
3344
|
* 创建
|
|
3348
3345
|
*/
|