AnimationCallbackModeMethod

    AnimationMixer.swift:45
    enum AnimationCallbackModeMethod

    Cases

    • case deferred

      Batch method calls during the animation process, then do the calls after events are processed. This avoids bugs involving deleting nodes or modifying the AnimationPlayer while playing.

    • case immediate

      Make method calls immediately when reached in the animation.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (38) 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