@glowjs/core 2025.8.21 → 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.
@@ -1858,6 +1858,8 @@ export declare class CameraMgr extends Base {
1858
1858
  * @param app 应用
1859
1859
  */
1860
1860
  constructor(app: App);
1861
+ get mapPanning(): boolean;
1862
+ set mapPanning(value: boolean);
1861
1863
  /** 当前层级Y轴世界坐标 */
1862
1864
  get levelWorldY(): number;
1863
1865
  /**