formatting

This commit is contained in:
Nick Fisher
2025-07-07 17:19:47 +08:00
parent c668549fb0
commit db44bc6f74

View File

@@ -83,7 +83,8 @@ abstract class ThermionViewer {
Future clearBackgroundImage({bool destroy = false});
///
/// Sets the color for the background plane (positioned at the maximum depth, i.e. behind all other objects including the skybox).
/// Sets the color for the background plane (positioned at the maximum depth,
/// i.e. behind all other objects including the skybox).
///
Future setBackgroundColor(double r, double g, double b, double alpha);