Values

Interpolated

The interpolation between animations is linear.

Discrete

The blend space plays the animation of the node the blending position is closest to. Useful for frame-by-frame 2D animations.

DiscreteCarry

Similar to godot.AnimationNodeBlendSpace2D_BlendModeEnum.discrete, but starts the new animation at the last animation's playback position.