Module me3_framework::overlay::util
source · [−]Expand description
Miscellaneous tools used by the rest of egui.
Modules
Computing the same thing each frame can be expensive,
so often you want to save the result from the previous frame and reuse it.
Structs
This struct tracks recent values of some time series.
Stores values identified by an
Id
AND a the std::any::TypeId
of the value.