TileLayout

    TileSet.swift:49
    enum TileLayout

    Cases

    • case stacked

      Tile coordinates layout where both axis stay consistent with their respective local horizontal and vertical axis.

    • case stackedOffset

      Same as .stacked, but the first half-offset is negative instead of positive.

    • case stairsRight

      Tile coordinates layout where the horizontal axis stay horizontal, and the vertical one goes down-right.

    • case stairsDown

      Tile coordinates layout where the vertical axis stay vertical, and the horizontal one goes down-right.

    • case diamondRight

      Tile coordinates layout where the horizontal axis goes up-right, and the vertical one goes down-right.

    • case diamondDown

      Tile coordinates layout where the horizontal axis goes down-right, and the vertical one goes down-left.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features