AxisStretchMode

    StyleBoxTexture.swift:13
    enum AxisStretchMode

    Cases

    • case stretch

      Stretch the stylebox’s texture. This results in visible distortion unless the texture size matches the stylebox’s size perfectly.

    • case tile

      Repeats the stylebox’s texture to match the stylebox’s size according to the nine-patch system.

    • case tileFit

      Repeats the stylebox’s texture to match the stylebox’s size according to the nine-patch system. Unlike .tile, the texture may be slightly stretched to make the nine-patch texture tile seamlessly.

    Other members in extension

    View members

    Hide members

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

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features