BlendMode

    AnimationNodeBlendSpace1D.swift:18
    enum BlendMode

    Cases

    • case interpolated

      The interpolation between animations is linear.

    • case discrete

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

    • case discreteCarry

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

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (14) members.

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features