fn create_view_builder(
    render_ctx: &RenderContext,
    egui_ctx: &Context,
    view_rect: Rect,
    highlights: &SpaceViewHighlights
) -> ViewBuilder
Expand description

Create a view builder mapped to the provided rectangle.

The scene coordinates are 1:1 mapped to egui UI points.