babylonjs-gui-editor 5.43.0 → 5.43.2
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/babylon.guiEditor.d.ts
CHANGED
|
@@ -806,6 +806,8 @@ declare module BABYLON {
|
|
|
806
806
|
private _pointerTravelDistance;
|
|
807
807
|
private _processSelectionOnUp;
|
|
808
808
|
private _visibleRegionContainer;
|
|
809
|
+
private _centerZoomMousePosition;
|
|
810
|
+
private _hasPerformedDragZoom;
|
|
809
811
|
private static _addedFonts;
|
|
810
812
|
static get addedFonts(): string[];
|
|
811
813
|
get visibleRegionContainer(): BABYLON.GUI.Container;
|
|
@@ -874,6 +876,7 @@ declare module BABYLON {
|
|
|
874
876
|
panning(): void;
|
|
875
877
|
moveControls(moveHorizontal: boolean, amount: number): void;
|
|
876
878
|
zoomWheel(event: React.WheelEvent): void;
|
|
879
|
+
private _panZoomToCenter;
|
|
877
880
|
zoomDrag(event: React.MouseEvent): void;
|
|
878
881
|
zooming(delta: number): void;
|
|
879
882
|
zeroIfClose(vec: Vector3): void;
|