class MAGES::SceneGraph::Editor::ConditionsView

Overview

Inspector-style conditions panel. Lists the ConditionData entries of the selected action, lets the user add and remove them, and is undo-aware. More…

class ConditionsView: public VisualElement
{
public:
    // methods

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

Detailed Documentation

Inspector-style conditions panel. Lists the ConditionData entries of the selected action, lets the user add and remove them, and is undo-aware.

Modelled on EffectsView; the two follow the same add/delete/repopulate plumbing, so fixes in one usually belong in the other as well.