class MAGES::MeshDeformations::Editor::CutGroupPropertyDrawer

Property drawer for TearActionData.CutGroup. Renders an editable description, a read-only constraint count, and an Edit button that hands the group to the scene tool. The drawer targets the new TearActionData.CutGroup type so the detector inspector is unaffected.

class CutGroupPropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};