physics

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

    AnimationMixer.swift:28
    case physics

    Other cases

    • case idle

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

    • case manual

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