Module egui

Module egui 

Source
Expand description

Adds integrations with bevy_egui and other egui types. This modules requires the egui feature.

Structs§

EguiTexture
Component inserted by the PixelBufferEguiPlugin. Holds all the necesary information to draw a egui image with the pixel buffer.
PixelBufferEguiPlugin
Plugin that adds a EguiTexture component to all pixel buffers and keeps them up to date

Enums§

PixelBufferEguiSet
A special base set running between [CoreSet::PreUpdateFlush] and [CoreSet::Update]