CameraMoveRight method

  1. @override
void CameraMoveRight(
  1. StructPointer<Camera3DD> camera,
  2. double distance,
  3. bool moveInWorldPlane
)

Implementation

@override
void CameraMoveRight(
  StructPointer<Camera3DD> camera,
  double distance,
  bool moveInWorldPlane,
) => _wasm.CameraMoveRight(
  camera.toJS,
  distance.toJS,
  moveInWorldPlane.toJS,
);