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

Function script_vars_edit_text

perro_editor/res/scripts/ui/editor_ui.rs:1596–1605  ·  view source on GitHub ↗
(fields: &[(SceneFieldName, SceneValue)])

Source from the content-addressed store, hash-verified

1594 gizmo: editor_gizmos::GizmoView,
1595 selected_ui_rect: Option<EditorUiRect>,
1596 node_picker_rows: Vec<String>,
1597 node_picker_page: String,
1598 node_picker_filter: String,
1599 node_picker_parent: String,
1600 inspector_picker_open: bool,
1601 inspector_picker_title: String,
1602 inspector_picker_rows: Vec<String>,
1603 inspector_picker_page: String,
1604 inspector_picker_filter: String,
1605 script_schema_reloading: bool,
1606 destructive_confirm_action: String,
1607 destructive_confirm_target: String,
1608 inspector_filter: String,

Callers 1

for_nodeMethod · 0.85

Calls 3

joinMethod · 0.80
is_emptyMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected