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ยง
- Animation
Method Call Mode - Animation
Process Callback - ExPlay
- Default-param extender for
AnimationPlayer::play_ex. - ExPlay
Backwards - Default-param extender for
AnimationPlayer::play_backwards_ex. - ExPlay
Section - Default-param extender for
AnimationPlayer::play_section_ex. - ExPlay
Section Backwards - Default-param extender for
AnimationPlayer::play_section_backwards_ex. - ExPlay
Section With Markers - Default-param extender for
AnimationPlayer::play_section_with_markers_ex. - ExPlay
Section With Markers Backwards - Default-param extender for
AnimationPlayer::play_section_with_markers_backwards_ex. - ExPlay
With Capture - Default-param extender for
AnimationPlayer::play_with_capture_ex. - ExSeek
- Default-param extender for
AnimationPlayer::seek_ex. - ExSet
Section - Default-param extender for
AnimationPlayer::set_section_ex. - ExSet
Section With Markers - Default-param extender for
AnimationPlayer::set_section_with_markers_ex. - ExStop
- Default-param extender for
AnimationPlayer::stop_ex. - SigAnimation
Changed - SigCurrent
Animation Changed - Signals
OfAnimation Player - A collection of signals for the
AnimationPlayerclass.