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

Function read_text_box

perro_editor/res/scripts/ui/editor_ui.rs:3744–3752  ·  view source on GitHub ↗
(
    ctx: &mut ScriptContext<'_, API>,
    name: &str,
)

Source from the content-addressed store, hash-verified

3742 } else {
3743 format!("text preview\n{}", lines.join("\n"))
3744 }
3745}
3746
3747pub fn animation_drawer_text(state: &EditorState) -> (String, String, String, bool, bool) {
3748 if !state.active_glb_path.is_empty() {
3749 return (
3750 format!(
3751 "GLB Viewer {}",
3752 editor_files::rel_label(&state.active_glb_path)
3753 ),
3754 "container refs stay usable in scene fields".to_string(),
3755 state.active_glb_summary.clone(),

Callers 13

edit_selected_transformFunction · 0.85
read_component_valuesFunction · 0.85
rename_selected_nodeFunction · 0.85
update_scene_filterFunction · 0.85
update_file_filterFunction · 0.85
rename_active_assetFunction · 0.85

Calls 1

find_namedFunction · 0.85

Tested by 3

read_matrix_grid_valueFunction · 0.68