LineTextureMode

    Line2D.swift:56
    enum LineTextureMode

    Cases

    • case none

      Takes the left pixels of the texture and renders them over the whole polyline.

    • case tile

      Tiles the texture over the polyline. textureRepeat of the Line2D node must be enabled or mirror for it to work properly.

    • case stretch

      Stretches the texture across the polyline. textureRepeat of the Line2D node must be disabled for best results.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features