Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
deferred
Batch method calls during the animation process, then do the calls after events are processed. This avoids bugs involving deleting nodes or modifying the AnimationPlayer while playing.
AnimationMixer.swift:47case deferred
Other cases
case immediate
Make method calls immediately when reached in the animation.