Container of configuration values which are used to initialize the keytime.
#include <animation/YiTimelineKeyTime.h>
Public Member Functions | |
KEYTIME_SETUP () | |
Public Attributes | |
InterpolationType | interpolationType |
uint32_t | time |
CYIVariant | value |
std::vector< EASE > | easeValues |
SPATIAL_EASE | spatialEaseIn |
SPATIAL_EASE | spatialEaseOut |
CYITimelineKeyTime::KEYTIME_SETUP::KEYTIME_SETUP | ( | ) |
std::vector<EASE> CYITimelineKeyTime::KEYTIME_SETUP::easeValues |
The ease values for the keytime.
InterpolationType CYITimelineKeyTime::KEYTIME_SETUP::interpolationType |
Interpolation type of the keytime.
SPATIAL_EASE CYITimelineKeyTime::KEYTIME_SETUP::spatialEaseIn |
The spatial ease values coming into the keytime.
SPATIAL_EASE CYITimelineKeyTime::KEYTIME_SETUP::spatialEaseOut |
The spatial ease values coming out of the keytime.
uint32_t CYITimelineKeyTime::KEYTIME_SETUP::time |
The duration of the keytime, in milliseconds.
CYIVariant CYITimelineKeyTime::KEYTIME_SETUP::value |
The value of the keytime. This represents the value of the property at this keytime.