Click or drag to resize

AnimationNodeBlendSpace2DBlendModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.AnimationNodeBlendSpace2D.BlendModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum BlendModeEnum
Members
  Member nameValueDescription
Interpolated0

The interpolation between animations is linear.

Discrete1

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

DiscreteCarry2

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

See Also