Camera::setZoomLimit()
Sets the zoom limits
Syntax
Java
.setZoomLimit(low, high)
Parameters
| Name | Data Type | Description |
|---|---|---|
| low | double | the lower limit |
| high | double | the upper limit |
Return
void

Sets the zoom limits
.setZoomLimit(low, high)
| Name | Data Type | Description |
|---|---|---|
| low | double | the lower limit |
| high | double | the upper limit |
void