Updates the active camera instance. Args: camera: Instance of renderer.SceneCamera.
(self, camera)
| 111 | ]) |
| 112 | |
| 113 | def set_camera(self, camera): |
| 114 | """Updates the active camera instance. |
| 115 | |
| 116 | Args: |
| 117 | camera: Instance of renderer.SceneCamera. |
| 118 | """ |
| 119 | self._camera = camera |
| 120 | |
| 121 | def set_runtime(self, instance): |
| 122 | """Updates the active runtime instance. |
no outgoing calls
no test coverage detected