Table of Contents

Class TileSetType

Namespace
Fantas
Assembly
Fantas.dll

Tile Set arrange/geometry

public sealed class TileSetType : Enum
Inheritance
TileSetType

Fields

Grid

Rectangular Grid

public const TileSetType Grid = 0

Field Value

TileSetType

HexagonalFlat

Hexagonal Grid (Flat)

public const TileSetType HexagonalFlat = 1

Field Value

TileSetType

HexagonalPointy

Hexagonal Pointy (Flat)

public const TileSetType HexagonalPointy = 2

Field Value

TileSetType

Isometric

Isometric Grid

public const TileSetType Isometric = 3

Field Value

TileSetType

value__

public int value__

Field Value

int