MCPcopy Create free account
hub / github.com/doonv/bevy_dev_console / render_ui

Function render_ui

src/ui.rs:106–195  ·  view source on GitHub ↗

The function that renders the UI of the developer console.

(
    ui: &mut egui::Ui,
    commands: &mut Commands,
    state: &mut ConsoleUiState,
    key: &ButtonInput<KeyCode>,
    hints: &mut CommandHints,
    config: &ConsoleConfig,
    #[cfg(feature = "com

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

render_ui_systemFunction · 0.85

Calls 5

submit_commandFunction · 0.85
completionsFunction · 0.85
add_logFunction · 0.85
cloneMethod · 0.80

Tested by

no test coverage detected