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

Function inspector_disclosure

perro_editor/res/scripts/ui/editor_ui.rs:869–875  ·  view source on GitHub ↗
(collapsed: bool)

Source from the content-addressed store, hash-verified

867 &box_name,
868 view.inspector.node_actions
869 && row.is_some_and(|item| item.components.get(component).is_some())
870 && row.is_none_or(|item| !item.kind.starts_with("Matrix("))
871 && row.is_none_or(|item| item.kind != "Color")
872 && !vars_closed,
873 );
874 set_ui_display(
875 ctx,
876 &label_name,
877 view.inspector.node_actions
878 && row.is_some_and(|item| item.components.get(component).is_some())

Callers 1

refresh_inspector_viewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected