doc: camera improvements

This commit is contained in:
Nick Fisher
2025-01-06 18:11:08 +08:00
parent 916ecd5629
commit aee9c767dd

View File

@@ -439,7 +439,7 @@ abstract class ThermionViewer {
Future<ThermionEntity> getMainCameraEntity();
///
/// Returns the entity associated with the main camera. You probably never need this; use getMainCamera instead.
/// Returns the Camera instance for the main camera.
///
Future<Camera> getMainCamera();