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(); /// ///