Class SKTileSetType


  • public final class SKTileSetType
    extends java.lang.Object
    The tile set type is used to describe how the tiles will be arranged in a tile map. [@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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait