We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, the camera extension provides a few different camera styles ready to be used. Here are some samples:
camera
camera.center(worldWidth, worldHeight) - Watch in 60 fps here.
camera.center(worldWidth, worldHeight)
camera.lockOn(targetPosition) - Watch in 60 fps here.
camera.lockOn(targetPosition)
camera.lerpTo(targetPosition, lerp) - Watch in 60 fps here.
camera.lerpTo(targetPosition, lerp)