EaseType

    Tween.swift:128
    enum EaseType

    Cases

    • case `in`

      The interpolation starts slowly and speeds up towards the end.

    • case out

      The interpolation starts quickly and slows down towards the end.

    • case inOut

      A combination of .easeIn and .easeOut. The interpolation is slowest at both ends.

    • case outIn

      A combination of .easeIn and .easeOut. The interpolation is fastest at both ends.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features