* Copies the settings of the given camera. * * @deprecated Use copyCameraSettings instead. * @param {Camera} camera - A camera.
(camera)
| 809 | */ |
| 810 | |
| 811 | adoptCameraSettings(camera) { |
| 812 | |
| 813 | this.copyCameraSettings(camera); |
| 814 | |
| 815 | } |
| 816 | |
| 817 | /** |
| 818 | * Copies the settings of the given camera. |
nothing calls this directly
no test coverage detected