AnimationCallbackModeDiscrete

    AnimationMixer.swift:68
    enum AnimationCallbackModeDiscrete

    Cases

    • case dominant

      An Animation/UpdateMode/updateDiscrete track value takes precedence when blending Animation/UpdateMode/updateContinuous or Animation/UpdateMode/updateCapture track values and Animation/UpdateMode/updateDiscrete track values.

    • case recessive

      An Animation/UpdateMode/updateContinuous or Animation/UpdateMode/updateCapture track value takes precedence when blending the Animation/UpdateMode/updateContinuous or Animation/UpdateMode/updateCapture track values and the Animation/UpdateMode/updateDiscrete track values. This is the default behavior for AnimationPlayer.

    • case forceContinuous

      Always treat the Animation/UpdateMode/updateDiscrete track value as Animation/UpdateMode/updateContinuous with Animation/InterpolationType/interpolationNearest. This is the default behavior for AnimationTree.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Show implementation details (1)

    Hide implementation details

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features