setCameraManipulatorOptions method

  1. @JS('setCameraManipulatorOptions')
JSPromise<JSAny?> setCameraManipulatorOptions(
  1. int mode,
  2. double orbitSpeedX,
  3. double orbitSpeedY,
  4. double zoomSpeed,
)

Implementation

@JS('setCameraManipulatorOptions')
external JSPromise setCameraManipulatorOptions(
  int mode,
  double orbitSpeedX,
  double orbitSpeedY,
  double zoomSpeed,
);