add getBackgroundImage to ThermionViewerFFI
This commit is contained in:
@@ -199,6 +199,14 @@ class ThermionViewerFFI extends ThermionViewer {
|
||||
}
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
Future<BackgroundImage> getBackgroundImage() async {
|
||||
_backgroundImage ??= await BackgroundImage.create(this, scene);
|
||||
return _backgroundImage!;
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user