Value | Meaning |
---|---|
blendModeInterpolated0 | The interpolation between animations is linear. |
blendModeDiscrete1 | The blend space plays the animation of the node the blending position is closest to. Useful for frame-by-frame 2D animations. |
blendModeDiscreteCarry2 | Similar to constant BLEND_MODE_DISCRETE, but starts the new animation at the last animation's playback position. |