egui::memory

Type Alias OrderMap

Source
type OrderMap = HashMap<LayerId, usize>;
Expand description

Map containing the index of each layer in the order list, for quick lookups.

Aliased Type§

struct OrderMap { /* private fields */ }