refactoring

This commit is contained in:
Nick Fisher
2025-03-22 10:49:24 +08:00
parent a67f42f0de
commit 0cbbc058e0
22 changed files with 675 additions and 463 deletions

View File

@@ -247,7 +247,8 @@ abstract class FilamentApp<T> {
///
///
///
Future setClearColor(double r, double g, double b, double a);
Future setClearOptions(double r, double g, double b, double a,
{int clearStencil = 0, bool discard = false, bool clear = true});
///
///
@@ -264,4 +265,9 @@ abstract class FilamentApp<T> {
///
///
Future<T> createColorGrading(ToneMapper mapper);
///
///
///
Future<GizmoAsset> createGizmo(covariant View view, T animationManager, GizmoType type);
}