From 6b008bd433cf59c38b19dee52ba317ce2c04c2ce Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 17 Apr 2025 13:31:47 +0800 Subject: [PATCH] change setBoundingBoxVisibility to getBoundingBoxAsset --- thermion_dart/lib/src/filament/src/asset.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermion_dart/lib/src/filament/src/asset.dart b/thermion_dart/lib/src/filament/src/asset.dart index 92dad683..9cf8dbe7 100644 --- a/thermion_dart/lib/src/filament/src/asset.dart +++ b/thermion_dart/lib/src/filament/src/asset.dart @@ -64,9 +64,9 @@ abstract class ThermionAsset { Future removeStencilHighlight(); /// - /// When visible is [true], renders the bounding box. + /// Creates/returns a wireframe asset representing the bounding box for this asset. /// - Future setBoundingBoxVisibility(bool visible); + Future getBoundingBoxAsset(); /// ///