SwitchMode

    AnimationNodeStateMachineTransition.swift:21
    enum SwitchMode

    Cases

    • case immediate

      Switch to the next state immediately. The current state will end and blend into the beginning of the new one.

    • case sync

      Switch to the next state immediately, but will seek the new state to the playback position of the old state.

    • case atEnd

      Wait for the current state playback to end, then switch to the beginning of the next state animation.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features