@glowjs/core 2025.7.8 → 2025.7.18
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 +18 -18
- package/dist/glow.core.js +1 -1
- package/dist/typings/entity/Entity.d.ts +2 -2
- package/dist/typings/entity/POI.d.ts +3 -3
- package/dist/typings/entity/VideoFusion.d.ts +3 -3
- package/dist/typings/entity/component/archive/ArchiveDoor.d.ts +2 -2
- package/dist/typings/entity/poi_plus/POIPlus.d.ts +3 -3
- package/dist/typings/gui/Billboard.d.ts +2 -2
- package/dist/typings/gui/InfoListPanel.d.ts +2 -2
- package/dist/typings/res/ResPool.d.ts +1 -1
- package/package.json +1 -1
package/dist/glow.core.d.ts
CHANGED
|
@@ -92,8 +92,8 @@ declare class ArchiveDoor extends Component {
|
|
|
92
92
|
/**
|
|
93
93
|
* 获取或设置可见性
|
|
94
94
|
*/
|
|
95
|
-
get
|
|
96
|
-
set
|
|
95
|
+
get visible(): boolean;
|
|
96
|
+
set visible(value: boolean);
|
|
97
97
|
private _nearst;
|
|
98
98
|
/**
|
|
99
99
|
* 获取最近的密集架列
|
|
@@ -1411,8 +1411,8 @@ export declare class Billboard extends EventDispatcher {
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* 获取或设置可见性
|
|
1413
1413
|
*/
|
|
1414
|
-
get
|
|
1415
|
-
set
|
|
1414
|
+
get visible(): boolean;
|
|
1415
|
+
set visible(value: boolean);
|
|
1416
1416
|
/**
|
|
1417
1417
|
* 获取或设置指针样式
|
|
1418
1418
|
*/
|
|
@@ -2660,8 +2660,8 @@ export declare class Entity extends Base {
|
|
|
2660
2660
|
/**
|
|
2661
2661
|
* 获取或设置可见性
|
|
2662
2662
|
*/
|
|
2663
|
-
get
|
|
2664
|
-
set
|
|
2663
|
+
get visible(): boolean;
|
|
2664
|
+
set visible(value: boolean);
|
|
2665
2665
|
/**
|
|
2666
2666
|
* 获取或设置观察视角
|
|
2667
2667
|
*/
|
|
@@ -3597,8 +3597,8 @@ export declare class InfoListPanel extends EventDispatcher {
|
|
|
3597
3597
|
/**
|
|
3598
3598
|
* 获取或设置可见性
|
|
3599
3599
|
*/
|
|
3600
|
-
get
|
|
3601
|
-
set
|
|
3600
|
+
get visible(): boolean;
|
|
3601
|
+
set visible(value: boolean);
|
|
3602
3602
|
/**
|
|
3603
3603
|
* 获取或设置指针样式
|
|
3604
3604
|
*/
|
|
@@ -3929,7 +3929,7 @@ export declare class POI extends Entity {
|
|
|
3929
3929
|
private _pointerUpObserver;
|
|
3930
3930
|
private _mesh;
|
|
3931
3931
|
private _showBoundingBox;
|
|
3932
|
-
private
|
|
3932
|
+
private _visible;
|
|
3933
3933
|
private _pivot;
|
|
3934
3934
|
/**
|
|
3935
3935
|
* 上一次点击的时间点,用于计算双击事件
|
|
@@ -3940,8 +3940,8 @@ export declare class POI extends Entity {
|
|
|
3940
3940
|
* @param app 应用
|
|
3941
3941
|
*/
|
|
3942
3942
|
constructor(app: App);
|
|
3943
|
-
get
|
|
3944
|
-
set
|
|
3943
|
+
get visible(): boolean;
|
|
3944
|
+
set visible(value: boolean);
|
|
3945
3945
|
/**
|
|
3946
3946
|
* 获取或设置轴心点
|
|
3947
3947
|
*/
|
|
@@ -4026,7 +4026,7 @@ export declare class POIPlus extends Entity {
|
|
|
4026
4026
|
private _pointerUpObserver;
|
|
4027
4027
|
private _mesh;
|
|
4028
4028
|
private _showBoundingBox;
|
|
4029
|
-
private
|
|
4029
|
+
private _visible;
|
|
4030
4030
|
private _pivot;
|
|
4031
4031
|
/**
|
|
4032
4032
|
* 上一次点击的时间点,用于计算双击事件
|
|
@@ -4037,8 +4037,8 @@ export declare class POIPlus extends Entity {
|
|
|
4037
4037
|
* @param app 应用
|
|
4038
4038
|
*/
|
|
4039
4039
|
constructor(app: App);
|
|
4040
|
-
get
|
|
4041
|
-
set
|
|
4040
|
+
get visible(): boolean;
|
|
4041
|
+
set visible(value: boolean);
|
|
4042
4042
|
/**
|
|
4043
4043
|
* 获取或设置轴心点
|
|
4044
4044
|
*/
|
|
@@ -4556,7 +4556,7 @@ export declare class ResPool extends Base {
|
|
|
4556
4556
|
getRes(id: string, optimized?: boolean, archiveGrid?: boolean): Promise<Texture | InstantiatedEntries | NodeMaterial | any>;
|
|
4557
4557
|
private _cloneEntires;
|
|
4558
4558
|
private _loadModel;
|
|
4559
|
-
private
|
|
4559
|
+
private _getTexture;
|
|
4560
4560
|
private _loadMaterial;
|
|
4561
4561
|
private _loadParticle;
|
|
4562
4562
|
private _getResType;
|
|
@@ -5232,7 +5232,7 @@ export declare class VideoFusion extends Entity {
|
|
|
5232
5232
|
private _opacityTexture;
|
|
5233
5233
|
private _videoTexture;
|
|
5234
5234
|
private _smoothing;
|
|
5235
|
-
private
|
|
5235
|
+
private _visible;
|
|
5236
5236
|
/**
|
|
5237
5237
|
* 是否默认隐藏
|
|
5238
5238
|
*/
|
|
@@ -5254,8 +5254,8 @@ export declare class VideoFusion extends Entity {
|
|
|
5254
5254
|
* @param app 应用实例
|
|
5255
5255
|
*/
|
|
5256
5256
|
constructor(app: App);
|
|
5257
|
-
get
|
|
5258
|
-
set
|
|
5257
|
+
get visible(): boolean;
|
|
5258
|
+
set visible(value: boolean);
|
|
5259
5259
|
/**
|
|
5260
5260
|
* 获取是否允许被冻结材质
|
|
5261
5261
|
*/
|