* Copies the settings of the given camera. * * @deprecated Use copyCameraSettings instead. * @param {Camera} camera - A camera.
(camera)
| 356 | */ |
| 357 | |
| 358 | adoptCameraSettings(camera) { |
| 359 | |
| 360 | this.copyCameraSettings(camera); |
| 361 | |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Copies the settings of the given camera. |
nothing calls this directly
no test coverage detected