ComputedScene constructor
const
ComputedScene({
- required List<
DrawItem> drawList, - required Map<
ElementId, Node> nodeById, - required Map<
ElementId, Matrix4> worldById, - required Map<
ElementId, Matrix4> inverseWorldById, - required Map<
ElementId, Rect2D> localBoundsById, - required Map<
ElementId, Rect2D> visualBoundsWorldById, - required Map<
ElementId, PathIR> pathIRById, - required Map<
ElementId, ImagePlacement> imagePlacementById, - required Map<
ElementId, ResolvedIconText> iconTextById, - required Map<
ElementId, PathIR> iconPathIRById,
Implementation
const ComputedScene({
required this.drawList,
required this.nodeById,
required this.worldById,
required this.inverseWorldById,
required this.localBoundsById,
required this.visualBoundsWorldById,
required this.pathIRById,
required this.imagePlacementById,
required this.iconTextById,
required this.iconPathIRById,
});