Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
manual
Do not process animation. Use advance(delta:)
to process the animation manually.
case manual
Other cases
case physics
Process animation during physics frames (see
Node
notificationInternalPhysicsProcess````). This is especially useful when animating physics bodies.case idle
Process animation during process frames (see
Node
notificationInternalProcess````).