Type Alias egui_graph::Layout

source ·
pub type Layout = HashMap<Id, Pos2>;
Expand description

The location of the top-left of each node relative to the centre of the graph area.

Aliased Type§

struct Layout { /* private fields */ }