Skip to main content

resolve_layout

Function resolve_layout 

Source
pub fn resolve_layout(
    graph: &SceneGraph,
    viewport: Viewport,
) -> HashMap<NodeIndex, ResolvedBounds>
Expand description

Resolve all node positions in the scene graph.

Returns a map from NodeIndexResolvedBounds with absolute positions.