mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Elaborate the difference between AnimationPlayer::advance and AnimationPlayer::seek, specifically how intermediary events are handled for each. From the docs it is unclear that AnimationPlayer::advance is more of a 'fast-forward', playing each event (including function calls) between the two points.