@netless/window-manager 1.0.0-canary.44 → 1.0.0-canary.45

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.
@@ -127,6 +127,7 @@ export declare class WindowManager extends InvisiblePlugin<WindowMangerAttribute
127
127
  private boxManager?;
128
128
  private static params?;
129
129
  private cameraUpdating;
130
+ private nextCamera;
130
131
  containerSizeRatio: number;
131
132
  constructor(context: InvisiblePluginContext);
132
133
  static mount(params: MountParams): Promise<WindowManager>;
@@ -235,6 +236,7 @@ export declare class WindowManager extends InvisiblePlugin<WindowMangerAttribute
235
236
  moveCamera: (camera: Partial<Camera> & {
236
237
  animationMode?: AnimationMode;
237
238
  }) => void;
239
+ private onCameraUpdated;
238
240
  convertToPointInWorld(point: Point): Point;
239
241
  setCameraBound(cameraBound: CameraBound): void;
240
242
  onDestroy(): void;