@glowjs/core 2025.8.15 → 2025.9.1
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
|
@@ -747,6 +747,10 @@ export declare class Animator extends Component {
|
|
|
747
747
|
* @param entity 实体
|
|
748
748
|
*/
|
|
749
749
|
constructor(entity: Entity);
|
|
750
|
+
/**
|
|
751
|
+
* 获取是否正在播放
|
|
752
|
+
*/
|
|
753
|
+
get isPlaying(): boolean;
|
|
750
754
|
/**
|
|
751
755
|
* 获取动画组列表
|
|
752
756
|
*/
|
|
@@ -1854,6 +1858,10 @@ export declare class CameraMgr extends Base {
|
|
|
1854
1858
|
* @param app 应用
|
|
1855
1859
|
*/
|
|
1856
1860
|
constructor(app: App);
|
|
1861
|
+
get mapPanning(): boolean;
|
|
1862
|
+
set mapPanning(value: boolean);
|
|
1863
|
+
/** 当前层级Y轴世界坐标 */
|
|
1864
|
+
get levelWorldY(): number;
|
|
1857
1865
|
/**
|
|
1858
1866
|
* 获取或设置人称
|
|
1859
1867
|
*/
|
|
@@ -4759,6 +4767,10 @@ export declare class Roaming extends Component {
|
|
|
4759
4767
|
* 结束路径编辑
|
|
4760
4768
|
*/
|
|
4761
4769
|
endPathEdit(): Promise<void>;
|
|
4770
|
+
/**
|
|
4771
|
+
* 清空路径
|
|
4772
|
+
*/
|
|
4773
|
+
clearPath(): void;
|
|
4762
4774
|
}
|
|
4763
4775
|
/**
|
|
4764
4776
|
* 房间
|