(node_type: perro_scene::NodeType)
| 1638 | collapsed_sections: Vec<String>, |
| 1639 | } |
| 1640 | |
| 1641 | impl Default for InspectorViewData { |
| 1642 | fn default() -> Self { |
| 1643 | Self { |
| 1644 | title: "Inspector".to_string(), |
| 1645 | name: "No selection".to_string(), |
| 1646 | name_edit: "-".to_string(), |
| 1647 | kind: "Select node or asset".to_string(), |
| 1648 | parent: String::new(), |
| 1649 | node_chain: Vec::new(), |
| 1650 | node_actions: false, |
| 1651 | asset_selected: false, |
no test coverage detected