SceneViewsBuilder typedef

SceneViewsBuilder = List<RenderView> Function(Duration elapsed)

Builds the list of RenderViews to render for the current frame from the elapsed time since the view started ticking. Use this for multi-view rendering (split-screen, picture-in-picture); pass a single SceneView.camera or SceneView.cameraBuilder for one view.

Implementation

typedef SceneViewsBuilder = List<RenderView> Function(Duration elapsed);