setCameraFocalLength method

  1. @override
Future setCameraFocalLength(
  1. double focalLength
)
override

Implementation

@override
Future setCameraFocalLength(double focalLength) async {
  set_camera_focal_length(_viewer!, focalLength);
}