change setBoundingBoxVisibility to getBoundingBoxAsset
This commit is contained in:
@@ -125,12 +125,6 @@ class BackgroundImage extends ThermionAsset {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
Future setBoundingBoxVisibility(bool visible) {
|
||||
// TODO: implement setBoundingBoxVisibility
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
Future setCastShadows(bool castShadows) {
|
||||
// TODO: implement setCastShadows
|
||||
@@ -348,4 +342,10 @@ class BackgroundImage extends ThermionAsset {
|
||||
// TODO: implement getMaterialInstanceAt
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<ThermionAsset> getBoundingBoxAsset() {
|
||||
// TODO: implement getBoundingBoxAsset
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user