MCPcopy Create free account
hub / github.com/PerroEngine/Perro / refresh_scene_panel

Function refresh_scene_panel

perro_editor/res/scripts/ui/editor_ui.rs:69–73  ·  view source on GitHub ↗

Scene tree pane + status only (node expand/collapse).

(ctx: &mut ScriptContext<'_, API>)

Source from the content-addressed store, hash-verified

67 "error"
68 } else if first.contains("warn") || first.contains("dirty") || first.contains("timeout") {
69 "warn"
70 } else {
71 "info"
72 }
73}
74
75pub fn capture_editor_output_state(state: &mut EditorState) {
76 if state.log.trim().is_empty() || state.log == state.output_seen_log {

Callers 3

click_scene_node_slotFunction · 0.85
toggle_scene_node_slotFunction · 0.85
set_scene_node_slot_openFunction · 0.85

Calls 2

refresh_scene_pane_viewFunction · 0.85
refresh_status_viewFunction · 0.85

Tested by

no test coverage detected