Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::blend_state Struct 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_paramstate {}
 

Detailed Description

Definition at line 70 of file animation_player.h.

Member Data Documentation

◆ easing

blend_easing_t unravel::blend_state::easing {math::linearInterpolation<float>}

Definition at line 73 of file animation_player.h.

◆ loop

bool unravel::blend_state::loop {}

Definition at line 72 of file animation_player.h.

◆ state

hpp::variant<hpp::monostate, blend_over_time, blend_over_param> unravel::blend_state::state {}

Definition at line 74 of file animation_player.h.


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