Metadata definitions for PlayMessageArguments. More...
Public Attributes | |
| DynamicPropertyType< Float > | DurationScaleProperty |
| Specifies how much duration of the timeline is scaled during its playback. More... | |
| AbstractMetaclass | metaclass |
| Metaclass for PlayMessageArguments. More... | |
| DynamicPropertyType< Integer > | PlaybackModeProperty |
| Specifies the mode of timeline playback (normal, reverse, pingpong). More... | |
| DynamicPropertyType< Integer > | RepeatCountProperty |
| Specifies how many times the timeline is played during its playback (1 for one time playback, 0 for infinite amount of repeats). More... | |
Metadata definitions for PlayMessageArguments.
| DynamicPropertyType<Float> DurationScaleProperty |
Specifies how much duration of the timeline is scaled during its playback.
This scale is applied on top of player's duration scale property.
| AbstractMetaclass metaclass |
| DynamicPropertyType<Integer> PlaybackModeProperty |
Specifies the mode of timeline playback (normal, reverse, pingpong).
This mode is applied on top of player's mode property.
| DynamicPropertyType<Integer> RepeatCountProperty |
Specifies how many times the timeline is played during its playback (1 for one time playback, 0 for infinite amount of repeats).
This repeat count is applied on top of player's repeact count property.