Functions | |
| ResourceID | getAnimationResourceID () const |
| Gets the value of AnimationProperty. More... | |
| void | setAnimationResourceID (ResourceID value) |
| Sets the value of AnimationProperty. More... | |
| KzuTimeLineEntryPlaybackMode | getPlaybackMode () const |
| Gets the value of PlaybackModeProperty. More... | |
| void | setPlaybackMode (KzuTimeLineEntryPlaybackMode value) |
| Sets the value of PlaybackModeProperty. More... | |
| float | getDurationScale () const |
| Gets the value of DurationScaleProperty. More... | |
| void | setDurationScale (float value) |
| Sets the value of DurationScaleProperty. More... | |
| int | getRepeatCount () const |
| Gets the value of RepeatCountProperty. More... | |
| void | setRepeatCount (int value) |
| Sets the value of RepeatCountProperty. More... | |
| bool | isRestoreOriginalValuesAfterPlayback () const |
| Gets the value of RestoreOriginalValuesAfterPlaybackProperty. More... | |
| void | setRestoreOriginalValuesAfterPlayback (bool value) |
| Sets the value of RestoreOriginalValuesAfterPlaybackProperty. More... | |
Variables | |
| static PropertyType< ResourceID > | AnimationProperty |
| Animation property. More... | |
| static PropertyType < KzuTimeLineEntryPlaybackMode > | PlaybackModeProperty |
| PlaybackMode property. More... | |
| static PropertyType< float > | DurationScaleProperty |
| DurationScale property. More... | |
| static PropertyType< int > | RepeatCountProperty |
| RepeatCount property. More... | |
| static PropertyType< bool > | RestoreOriginalValuesAfterPlaybackProperty |
| RestoreOriginalValuesAfterPlayback property. More... | |
| ResourceID getAnimationResourceID | ( | ) | const |
Gets the value of AnimationProperty.
| void setAnimationResourceID | ( | ResourceID | value | ) |
Sets the value of AnimationProperty.
| KzuTimeLineEntryPlaybackMode getPlaybackMode | ( | ) | const |
Gets the value of PlaybackModeProperty.
| void setPlaybackMode | ( | KzuTimeLineEntryPlaybackMode | value | ) |
Sets the value of PlaybackModeProperty.
| float getDurationScale | ( | ) | const |
Gets the value of DurationScaleProperty.
| void setDurationScale | ( | float | value | ) |
Sets the value of DurationScaleProperty.
| int getRepeatCount | ( | ) | const |
Gets the value of RepeatCountProperty.
| void setRepeatCount | ( | int | value | ) |
Sets the value of RepeatCountProperty.
| bool isRestoreOriginalValuesAfterPlayback | ( | ) | const |
Gets the value of RestoreOriginalValuesAfterPlaybackProperty.
| void setRestoreOriginalValuesAfterPlayback | ( | bool | value | ) |
Sets the value of RestoreOriginalValuesAfterPlaybackProperty.
|
static |
Animation property.
The default value is ResourceID().
|
static |
PlaybackMode property.
The default value is KZU_TIME_LINE_ENTRY_PLAYBACK_MODE_NORMAL.
|
static |
|
static |
|
static |
RestoreOriginalValuesAfterPlayback property.
The default value is false.