AnimationNodeBlendSpace2DBlendModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.AnimationNodeBlendSpace2D.BlendModeEnum"]
Namespace: Godot
public enum BlendModeEnum
Member name | Value | Description | |
---|---|---|---|
Interpolated | 0 | The interpolation between animations is linear. | |
Discrete | 1 | The blend space plays the animation of the node the blending position is closest to. Useful for frame-by-frame 2D animations. | |
DiscreteCarry | 2 | Similar to , but starts the new animation at the last animation's playback position. |