struct EE::UI::UIScrollController::SmoothTween

#include <uiscrollcontroller.hpp>

struct SmoothTween {
    // fields

    Vector2f delta;
    Float elapsed { 0.f };
    Float duration { 0.f };
};