(state: &EditorState, path: &str, kind: &str)
| 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, |
no test coverage detected