|
group2 0.1.0
CSE 125 Group 2
|
One active interpolation targeting a float. More...
#include <HudTween.hpp>
Public Attributes | |
| float * | target = nullptr |
| float | from = 0.f |
| float | to = 0.f |
| float | duration = 0.f |
| float | elapsed = 0.f |
| HudEaseFn | ease = easeOutQuad |
| bool | active = false |
One active interpolation targeting a float.
| bool HudTweenEntry::active = false |
| float HudTweenEntry::duration = 0.f |
| HudEaseFn HudTweenEntry::ease = easeOutQuad |
| float HudTweenEntry::elapsed = 0.f |
| float HudTweenEntry::from = 0.f |
| float* HudTweenEntry::target = nullptr |
| float HudTweenEntry::to = 0.f |