Scratch for Java

Camera::changeZoom()

Changes the zoom level by a certain amount

Syntax

Java

.changeZoom(dz)

Parameters

Name Data Type Description
dz double the amount to change the zoom level by

Return

void

changeZoom()