enum EE::Scene::Actions::MarginMove::InterpolateFlag

#include <marginmove.hpp>

enum InterpolateFlag {
    Left   = 1<<0,
    Top    = 1<<1,
    Right  = 1<<2,
    Bottom = 1<<3,
    All    = Left | Top | Right | Bottom,
};