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