Struct egui_tetra::EguiWrapper[][src]

pub struct EguiWrapper { /* fields omitted */ }
Expand description

Wraps an egui context with features that are useful for integrating egui with Tetra.

Implementations

Creates a new EguiWrapper and underlying egui context.

Returns a reference to the underlying egui context.

Dispaches a Tetra Event to the egui context.

Begins a new GUI frame.

Ends a GUI frame.

Draws the latest finished GUI frame to the screen.

Note that this function changes the Tetra blend mode and scissor state.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.