group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HudTweenEntry Struct Reference

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

Detailed Description

One active interpolation targeting a float.

Member Data Documentation

◆ active

bool HudTweenEntry::active = false

◆ duration

float HudTweenEntry::duration = 0.f

◆ ease

HudEaseFn HudTweenEntry::ease = easeOutQuad

◆ elapsed

float HudTweenEntry::elapsed = 0.f

◆ from

float HudTweenEntry::from = 0.f

◆ target

float* HudTweenEntry::target = nullptr

◆ to

float HudTweenEntry::to = 0.f

The documentation for this struct was generated from the following file: