Unravel Engine C++ Reference
|
#include <animation_player.h>
Public Attributes | |
bool | loop {} |
blend_easing_t | easing {math::linearInterpolation<float>} |
hpp::variant< hpp::monostate, blend_over_time, blend_over_param > | state {} |
Definition at line 70 of file animation_player.h.
blend_easing_t unravel::blend_state::easing {math::linearInterpolation<float>} |
Definition at line 73 of file animation_player.h.
bool unravel::blend_state::loop {} |
Definition at line 72 of file animation_player.h.
hpp::variant<hpp::monostate, blend_over_time, blend_over_param> unravel::blend_state::state {} |
Definition at line 74 of file animation_player.h.