Expand description
A tree structure and display with egui::Checkbox
at every leaves.
Structs§
- MkTree
Cb - Recursive tree struct.
- NodeCb
- Tree
Container Cb - Container for the asset tree, where first field holds the currently selected asset (via primary mouse click).
Enums§
- Tree
Node Cb - Used for display tree data with
NodeCb
. We’re distinguishing the type of the nodes in order to perform further actions depending on the selected node type.