manual

    Do not process animation. Use advance(delta:) to process the animation manually.

    AnimationMixer.swift:32
    case manual

    Other cases

    • case physics

      Process animation during physics frames (see NodenotificationInternalPhysicsProcess````). This is especially useful when animating physics bodies.

    • case idle

      Process animation during process frames (see NodenotificationInternalProcess````).