DropModeFlags

    Tree.swift:67
    enum DropModeFlags

    Cases

    • case disabled

      Disables all drop sections, but still allows to detect the “on item” drop section by getDropSectionAtPosition(_:).

    • case onItem

      Enables the “on item” drop section. This drop section covers the entire item.

    • case inbetween

      Enables “above item” and “below item” drop sections. The “above item” drop section covers the top half of the item, and the “below item” drop section covers the bottom half.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features