Container of configuration values which are used to initialize the keytime.
#include <animation/YiTimelineKeyTime.h>
Public Member Functions | |
| KEYTIME_SETUP () | |
Public Attributes | |
| INTERPOLATION_TYPE | eInterpolationType |
| uint32_t | uTime |
| 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.
| INTERPOLATION_TYPE CYITimelineKeyTime::KEYTIME_SETUP::eInterpolationType |
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::uTime |
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.