moveForward

fun moveForward(distance: Double): Camera

Creates a copy of the camera moved by the specified distance in the direction it is facing.

Return

A copy of the camera with the position moved.

Since

200.1.0

Parameters

distance

The distance in meters that the returned camera will move in the direction the camera is facing.

See also

Throws