Module animation_player

Expand description

Sidecar module for class AnimationPlayer.

Defines related flag and enum types. In GDScript, those are nested under the class scope.

See also Godot docs for AnimationPlayer enums.

Structs§

AnimationMethodCallMode
AnimationProcessCallback
ExPlay
Default-param extender for AnimationPlayer::play_ex.
ExPlayBackwards
Default-param extender for AnimationPlayer::play_backwards_ex.
ExPlaySection
Default-param extender for AnimationPlayer::play_section_ex.
ExPlaySectionBackwards
Default-param extender for AnimationPlayer::play_section_backwards_ex.
ExPlaySectionWithMarkers
Default-param extender for AnimationPlayer::play_section_with_markers_ex.
ExPlaySectionWithMarkersBackwards
Default-param extender for AnimationPlayer::play_section_with_markers_backwards_ex.
ExPlayWithCapture
Default-param extender for AnimationPlayer::play_with_capture_ex.
ExSeek
Default-param extender for AnimationPlayer::seek_ex.
ExSetSection
Default-param extender for AnimationPlayer::set_section_ex.
ExSetSectionWithMarkers
Default-param extender for AnimationPlayer::set_section_with_markers_ex.
ExStop
Default-param extender for AnimationPlayer::stop_ex.
SigAnimationChanged
SigCurrentAnimationChanged
SignalsInAnimationPlayer
A collection of signals for the AnimationPlayer class.