setCameraFocalLength method

  1. @JS('setCameraFocalLength')
JSPromise<JSAny?> setCameraFocalLength(
  1. double focalLength
)

Implementation

@JS('setCameraFocalLength')
external JSPromise setCameraFocalLength(double focalLength);