| Tizen Native API
    4.0
    | 
Dali::TimePeriod Struct Reference
  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:
- 3.0, DALi version 1.0.0
Constructor & Destructor Documentation
| Dali::TimePeriod::TimePeriod | ( | float | durationSeconds | ) |  [explicit] | 
Creates a time period.
- Since:
- 3.0, 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:
- 3.0, 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:
- 3.0, DALi version 1.0.0