onPinchStart method
Implementation
@override
void onPinchStart(PinchEvent event) {
_initialZoom = gameRef.camera.zoom;
_initialPosition = gameRef.camera.position.clone();
super.onPinchStart(event);
}
@override
void onPinchStart(PinchEvent event) {
_initialZoom = gameRef.camera.zoom;
_initialPosition = gameRef.camera.position.clone();
super.onPinchStart(event);
}