Tizen Native API
Dali::TimePeriod Struct Reference

A value-type representing a period of time within an animation. More...

Public Member Functions

 TimePeriod (float durationSeconds)
 Create a time period.
 TimePeriod (float delaySeconds, float durationSeconds)
 Create 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

Constructor & Destructor Documentation

Dali::TimePeriod::TimePeriod ( float  durationSeconds) [explicit]

Create a time period.

Since :
2.4
Parameters:
[in]durationSecondsThe duration of the time period in seconds.
Dali::TimePeriod::TimePeriod ( float  delaySeconds,
float  durationSeconds 
)

Create a time period.

Since :
2.4
Parameters:
[in]delaySecondsA delay before the time period in seconds.
[in]durationSecondsThe duration of the time period in seconds.

Non-virtual destructor; TimePeriod is not intended as a base class.

Since :
2.4