All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
play_animation_action_properties.h File Reference

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

Function Documentation

ResourceID getAnimationResourceID ( ) const

Gets the value of AnimationProperty.

See also
setAnimationResourceID()
void setAnimationResourceID ( ResourceID  value)

Sets the value of AnimationProperty.

See also
getAnimationResourceID()
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)

Variable Documentation

PropertyType<ResourceID> AnimationProperty
static

Animation property.

The default value is ResourceID().

See also
setAnimationResourceID(), getAnimationResourceID()
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()