TweenPauseMode

    Tween.swift:63
    enum TweenPauseMode

    Cases

    • case bound

      If the Tween has a bound node, it will process when that node can process (see processMode). Otherwise it’s the same as .tweenPauseStop.

    • case stop

      If SceneTree is paused, the Tween will also pause.

    • case process

      The Tween will process regardless of whether SceneTree is paused.

    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