public final class SKTileSetType
extends java.lang.Object
[@enum] SKTileSetTypeGrid Specifies that the tiles will be axis-alligned rectangles that are placed in rows and columns at right angles to one another. This is the default type. [@enum] SKTileSetTypeIsometric Specifies that the tiles will be rectangles that are rotated and scaled to give the appearance of 3/4 perspective. [@enum] SKTileSetTypeHexagonalFlat Specifies that the tiles will be flat bottomed hexagons. [@enum] SKTileSetTypeHexagonalPointy Specifies that the tiles will be "pointy" bottomed hexagons.
| Modifier and Type | Field and Description |
|---|---|
static long |
Grid |
static long |
HexagonalFlat |
static long |
HexagonalPointy |
static long |
Isometric |
public static final long Grid
public static final long Isometric
public static final long HexagonalFlat
public static final long HexagonalPointy