Unravel Engine C++ Reference
|
Struct representing a keyframe for animation. More...
#include <animation.h>
Public Attributes | |
seconds_t | time = seconds_t(0) |
The time of the keyframe. | |
T | value = {} |
The value of the keyframe. | |
Friends | |
auto | operator== (const key &lhs, const key &rhs) -> bool=default |
Struct representing a keyframe for animation.
T | The type of value stored in the keyframe. |
Definition at line 28 of file animation.h.
|
friend |
seconds_t unravel::animation_channel::key< T >::time = seconds_t(0) |
The time of the keyframe.
Definition at line 33 of file animation.h.
T unravel::animation_channel::key< T >::value = {} |
The value of the keyframe.
Definition at line 36 of file animation.h.