change setBoundingBoxVisibility to getBoundingBoxAsset

This commit is contained in:
Nick Fisher
2025-04-17 13:31:47 +08:00
parent 241c0fe07c
commit 6b008bd433

View File

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