class MAGES::MeshDeformations::Editor::SuturingActionSutureReferenceDrawer

Draws a suturing detector pair in a compact way inside the action inspector.

class SuturingActionSutureReferenceDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);

    override void OnGUI(
        Rect position,
        SerializedProperty property,
        GUIContent label
    );

    override float GetPropertyHeight(SerializedProperty property, GUIContent label);
};