getMainCamera method
Returns the entity associated with the main camera.
Implementation
Future<ThermionEntity> getMainCamera() async {
return get_main_camera(_viewer!);
}
Returns the entity associated with the main camera.
Future<ThermionEntity> getMainCamera() async {
return get_main_camera(_viewer!);
}