setZoomToFit method

void setZoomToFit(
  1. bool doFit
)
inherited

Set whether the filtering is allowed to zoom the camera in/out

Implementation

void setZoomToFit(bool doFit) {
  _zoomToFit = doFit;
}