Kanzi  3.9.2
Java API
AnimationPlayerMetadata.PlayMessageArguments Interface Reference

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

Detailed Description

Metadata definitions for PlayMessageArguments.

Member Data Documentation

◆ DurationScaleProperty

DynamicPropertyType<Float> DurationScaleProperty
Initial value:
= new DynamicPropertyType<>(
"AnimationPlayer.PlayMessageArguments.DurationScale", Float.class)

Specifies how much duration of the timeline is scaled during its playback.

This scale is applied on top of player's duration scale property.

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.AnimationPlayer.PlayMessageArguments")

Metaclass for PlayMessageArguments.

◆ PlaybackModeProperty

DynamicPropertyType<Integer> PlaybackModeProperty
Initial value:
= new DynamicPropertyType<>(
"AnimationPlayer.PlayMessageArguments.PlaybackMode", Integer.class)

Specifies the mode of timeline playback (normal, reverse, pingpong).

This mode is applied on top of player's mode property.

◆ RepeatCountProperty

DynamicPropertyType<Integer> RepeatCountProperty
Initial value:
= new DynamicPropertyType<>(
"AnimationPlayer.PlayMessageArguments.RepeatCount", Integer.class)

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.