moveForward

fun moveForward(distance: Double): Camera

Creates a copy of the camera with its location moved by the specified distance in the direction the camera is facing.

Return

A copy of the camera with the position moved.

Since

200.1.0

See also