diff --git a/thermion_dart/lib/src/filament/src/interface/view.dart b/thermion_dart/lib/src/filament/src/interface/view.dart index cc75e5f2..a512e836 100644 --- a/thermion_dart/lib/src/filament/src/interface/view.dart +++ b/thermion_dart/lib/src/filament/src/interface/view.dart @@ -59,6 +59,12 @@ abstract class View { /// /// Future getScene(); + + /// Sets the scene currently associated with this View. + /// + /// + Future setScene(Scene scene); + Future getViewport(); Future setViewport(int width, int height); Future getRenderTarget();