getMainCamera method

Future<ThermionEntity> getMainCamera()
override

Returns the entity associated with the main camera.

Implementation

Future<ThermionEntity> getMainCamera() async {
  return get_main_camera(_viewer!);
}