Variables | |
static PropertyType< string > | AnimatedObjectPathProperty |
AnimatedObjectPath property. More... | |
static PropertyType< ResourceSharedPtr > | 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... | |
static PropertyType< bool > | RelativePlaybackProperty |
RelativePlayback property. More... | |
string getAnimatedObjectPath | ( | ) | const |
Gets the value of AnimatedObjectPathProperty.
void setAnimatedObjectPath | ( | string | value | ) |
Sets the value of AnimatedObjectPathProperty.
ResourceSharedPtr getAnimation | ( | ) | const |
Gets the value of AnimationProperty.
void setAnimation | ( | ResourceSharedPtr | 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.
bool isRelativePlayback | ( | ) | const |
Gets the value of RelativePlaybackProperty.
void setRelativePlayback | ( | bool | value | ) |
Sets the value of RelativePlaybackProperty.
|
static |
AnimatedObjectPath property.
The default value is ".".
|
static |
Animation property.
The default value is ResourceSharedPtr().
|
static |
PlaybackMode property.
The default value is KZU_TIME_LINE_ENTRY_PLAYBACK_MODE_NORMAL.
|
static |
|
static |
|
static |
RestoreOriginalValuesAfterPlayback property.
The default value is false.
|
static |
RelativePlayback property.
The default value is false.