Tizen Native API
5.0
|
A value-type representing a period of time within an animation. More...
Public Member Functions | |
TimePeriod (float durationSeconds) | |
Creates a time period. | |
TimePeriod (float delaySeconds, float durationSeconds) | |
Creates a time period. | |
~TimePeriod () | |
Non-virtual destructor. TimePeriod is not intended as a base class. | |
Public Attributes | |
float | delaySeconds |
A delay before the time period in seconds. | |
float | durationSeconds |
The duration of the time period in seconds. |
A value-type representing a period of time within an animation.
Dali::TimePeriod::TimePeriod | ( | float | durationSeconds | ) | [explicit] |
Creates a time period.
[in] | durationSeconds | The duration of the time period in seconds |
Dali::TimePeriod::TimePeriod | ( | float | delaySeconds, |
float | durationSeconds | ||
) |
Creates a time period.
[in] | delaySeconds | A delay before the time period in seconds |
[in] | durationSeconds | The duration of the time period in seconds |
Non-virtual destructor. TimePeriod is not intended as a base class.