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

Function asset_ref_text

perro_editor/res/scripts/ui/editor_ui.rs:1577–1594  ·  view source on GitHub ↗
(state: &EditorState, path: &str, kind: &str)

Source from the content-addressed store, hash-verified

1575 nodes: Vec<String>,
1576 node_icons: Vec<String>,
1577 scene_disclosures: Vec<RowIndicator>,
1578 scene_depths: Vec<usize>,
1579 selected_row: Option<usize>,
1580 inspector: InspectorViewData,
1581 glb_title: String,
1582 glb_summary: String,
1583 viewport: String,
1584 status: String,
1585 log: String,
1586 output_filter: String,
1587 output_info_visible: bool,
1588 output_warn_visible: bool,
1589 output_error_visible: bool,
1590 output_count: usize,
1591 viewport_mode: String,
1592 viewport_tool: String,
1593 viewport_local: bool,
1594 viewport_snap: bool,
1595 activity_mode: String,
1596 sidebar_mode: String,
1597 scene_filter: String,

Callers 1

asset_inspector_textFunction · 0.85

Calls 1

asset_user_textFunction · 0.85

Tested by

no test coverage detected