Tizen Native API
6.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. |
Detailed Description
A value-type representing a period of time within an animation.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
Dali::TimePeriod::TimePeriod | ( | float | durationSeconds | ) | [explicit] |
Creates a time period.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] durationSeconds The duration of the time period in seconds
Dali::TimePeriod::TimePeriod | ( | float | delaySeconds, |
float | durationSeconds | ||
) |
Creates a time period.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[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.
- Since:
- 2.4, DALi version 1.0.0