play_animation_action_properties.h File Reference

Functions

string getAnimatedObjectPath () const
 Gets the value of AnimatedObjectPathProperty. More...
 
void setAnimatedObjectPath (string value)
 Sets the value of AnimatedObjectPathProperty. More...
 
ResourceSharedPtr getAnimation () const
 Gets the value of AnimationProperty. More...
 
void setAnimation (ResourceSharedPtr 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...
 
bool isRelativePlayback () const
 Gets the value of RelativePlaybackProperty. More...
 
void setRelativePlayback (bool value)
 Sets the value of RelativePlaybackProperty. More...
 

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...
 

Function Documentation

string getAnimatedObjectPath ( ) const
void setAnimatedObjectPath ( string  value)
ResourceSharedPtr getAnimation ( ) const

Gets the value of AnimationProperty.

See also
setAnimation()
void setAnimation ( ResourceSharedPtr  value)

Sets the value of AnimationProperty.

See also
getAnimation()
KzuTimeLineEntryPlaybackMode getPlaybackMode ( ) const

Gets the value of PlaybackModeProperty.

See also
setPlaybackMode()
void setPlaybackMode ( KzuTimeLineEntryPlaybackMode  value)

Sets the value of PlaybackModeProperty.

See also
getPlaybackMode()
float getDurationScale ( ) const

Gets the value of DurationScaleProperty.

See also
setDurationScale()
void setDurationScale ( float  value)

Sets the value of DurationScaleProperty.

See also
getDurationScale()
int getRepeatCount ( ) const

Gets the value of RepeatCountProperty.

See also
setRepeatCount()
void setRepeatCount ( int  value)

Sets the value of RepeatCountProperty.

See also
getRepeatCount()
bool isRestoreOriginalValuesAfterPlayback ( ) const
void setRestoreOriginalValuesAfterPlayback ( bool  value)
bool isRelativePlayback ( ) const

Gets the value of RelativePlaybackProperty.

See also
setRelativePlayback()
void setRelativePlayback ( bool  value)

Sets the value of RelativePlaybackProperty.

See also
isRelativePlayback()

Variable Documentation

PropertyType<string> AnimatedObjectPathProperty
static

AnimatedObjectPath property.

The default value is ".".

See also
setAnimatedObjectPath(), getAnimatedObjectPath()
PropertyType<ResourceSharedPtr> AnimationProperty
static

Animation property.

The default value is ResourceSharedPtr().

See also
setAnimation(), getAnimation()
PropertyType<KzuTimeLineEntryPlaybackMode> PlaybackModeProperty
static

PlaybackMode property.

The default value is KZU_TIME_LINE_ENTRY_PLAYBACK_MODE_NORMAL.

See also
setPlaybackMode(), getPlaybackMode()
PropertyType<float> DurationScaleProperty
static

DurationScale property.

The default value is 1.0f.

See also
setDurationScale(), getDurationScale()
PropertyType<int> RepeatCountProperty
static

RepeatCount property.

The default value is 1.

See also
setRepeatCount(), getRepeatCount()
PropertyType<bool> RestoreOriginalValuesAfterPlaybackProperty
static

RestoreOriginalValuesAfterPlayback property.

The default value is false.

See also
setRestoreOriginalValuesAfterPlayback(), isRestoreOriginalValuesAfterPlayback()
PropertyType<bool> RelativePlaybackProperty
static

RelativePlayback property.

The default value is false.

See also
setRelativePlayback(), isRelativePlayback()