OptionalcanvasOptionalclassCSS class for sizing / positioning the canvas.
Consumer's draw callback. Applied through the derived fit view; same
signature as <SceneCanvas>'s scene-slot drawOne so the consumer
can reuse it (typically simplified — just colored AABBs).
OptionalfitFit policy. Defaults to "scene" (AABB union of leaf poses). See
MinimapFit for the full shape.
OptionalindicatorVisual tuning of the indicator stroke.
Main canvas's view — used to position the visible-window indicator and
to preserve scale when the minimap recenters.
Main canvas's CSS-pixel dims. Used to compute the visible-window rect and the recenter offset.
Setter called on click (single recenter) and during drag (continuous
recenter). Receives a View with the same scale as mainView and
(x, y) shifted so the pointer's world point lands at the main
canvas's center.
OptionalposePose → AABB. Defaults to identity (pose as Bounds), matching
sceneAdapter / useSelectTool.
Same scene the main canvas is rendering.
Minimap's own CSS-pixel dims.
Forwarded ref to the underlying
<canvas>.