Specifies whether animation player should start playback of its timeline automatically when it is attached to the node.
Use the Animation Player to play back an animation timeline that you set using the
TimelineProperty property in that Animation Player. Kanzi resolves paths to animated nodes
relative to the node where you attach an Animation Player.
Occurs when an Animation Player completes animation playback.
Specifies how much duration of the timeline is scaled during its playback.
Name
NodeComponent is the base class for all node components.
Node component is an isolated piece of logic which can be attached to any node
in order to add additional functionality to it. Examples of node component could be
Trigger which performs specific actions when certain conditions are met or AnimationPlayer
which animates specific properties of the node it is attached to and its child nodes.
Instructs an Animation Player to pause animation playback.
Instructs an Animation Player to start animation playback with new parameters.
Specifies the mode of timeline playback (normal, reverse, pingpong).
Specifies whether animations are played in relative manner by adding animated value to target property value instead of replacing the property value.
Specifies how many times the timeline is played during its playback (1 for one time playback, 0 for infinite amount of repeats).
Specifies whether animated properties return to their initial values after playback of the timeline ends.
Instructs an Animation Player to resume animation playback if it is paused or to start the playback if it is stopped.
Occurs when an Animation Player starts animation playback.
Instructs an Animation Player to stop animation playback.
Occurs when an Animation Player stops animation playback.
The target animation timeline.