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

Function node_extra_rows

perro_editor/res/scripts/ui/editor_inspector_values.rs:541–548  ·  view source on GitHub ↗
(
    state: &EditorState,
    node: &perro_api::scene::SceneNodeEntry,
)

Source from the content-addressed store, hash-verified

539 .unwrap_or_default();
540 for field in perro_scene::scene_node_fields(ty) {
541 if parent_names.contains(&field.name) {
542 continue;
543 }
544 out.entry(field.name).or_insert(InspectorSceneRowMeta {
545 owner: ty.name(),
546 section: field.section,
547 });
548 }
549 }
550 out
551}

Callers 1

Calls 3

inspector_tag_rowsFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected