Module tree

Source
Expand description

A tree structure and display with egui::SelectableLabel at every leaves.

Structs§

MkTree
Recursive tree struct.
Node
TreeContainer
Container for the asset tree, where first field holds the currently selected asset (via primary mouse click).

Enums§

TreeNode
Used for display tree data with Node. We’re distinguishing the type of the nodes in order to perform further actions depending on the selected node type.