expose setScene on View
This commit is contained in:
@@ -59,6 +59,12 @@ abstract class View {
|
|||||||
///
|
///
|
||||||
///
|
///
|
||||||
Future<Scene> getScene();
|
Future<Scene> getScene();
|
||||||
|
|
||||||
|
/// Sets the scene currently associated with this View.
|
||||||
|
///
|
||||||
|
///
|
||||||
|
Future setScene(Scene scene);
|
||||||
|
|
||||||
Future<Viewport> getViewport();
|
Future<Viewport> getViewport();
|
||||||
Future setViewport(int width, int height);
|
Future setViewport(int width, int height);
|
||||||
Future<RenderTarget?> getRenderTarget();
|
Future<RenderTarget?> getRenderTarget();
|
||||||
|
|||||||
Reference in New Issue
Block a user