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

Function scene_node_transform_fields

perro_editor/res/scripts/ui/editor_ui.rs:1640–1648  ·  view source on GitHub ↗
(node_type: perro_scene::NodeType)

Source from the content-addressed store, hash-verified

1638 collapsed_sections: Vec<String>,
1639}
1640
1641impl 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,

Callers 1

for_nodeMethod · 0.85

Calls 1

scene_node_fieldsFunction · 0.85

Tested by

no test coverage detected