MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / TechTreeLayout

Class TechTreeLayout

src/ui/tech_tree.rs:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Debug, Default)]
16pub struct TechTreeLayout {
17 pub description: Rect,
18 pub tree: Rect,
19 pub current_research: Rect,
20 pub nodes: Vec<Rect>,
21 pub edges: Vec<EdgeLayout>,
22}
23
24#[derive(Debug, Default)]
25pub struct EdgeLayout {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected