Camera
Represents the camera with ortographic projection.
setCameraTranslation(x float32, y float32)
It moves the camera to the specified position.
setCameraTranslationBy(dx float32, dy float32)
It moves the camera by the specified amount.
setCameraToMapCenter(mapName string)
It moves the camera to the center of the map.
setCameraZoom(zoom float32)
It sets the camera zoom. Defults to 1.0
.