class MAGES::SceneGraph::Editor::EffectsView

Inspector-style effects panel. Mirrors EffectPanel but lives directly inside the inspector — no PopupPanel wrapper, no close button — and is undo-aware.

class EffectsView: public VisualElement
{
public:
    // methods

    EffectsView(
        GraphData data,
        NodeRef nodeRef,
        SerializedObject serializedObject,
        System.Action onDirty
    );
};