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