Used to change the field of view of the current camera.

interface CameraFovOptions {
    easeOptions?: EaseOptions;
    fov?: number;
}

Properties

Properties

easeOptions?: EaseOptions
fov?: number

Set a value for the field of view.