Navigation
API > API/Plugins > API/Plugins/Paper2D
The different kinds of projection modes supported.
| Name | ETileMapProjectionMode::Type |
| Type | enum |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMap.h |
| Include Path | #include "PaperTileMap.h" |
Syntax
namespace ETileMapProjectionMode
{
enum Type
{
Orthogonal,
IsometricDiamond,
IsometricStaggered,
HexagonalStaggered,
}
}
Values
| Name | Remarks |
|---|---|
| Orthogonal | Square tile layout |
| IsometricDiamond | Isometric tile layout (shaped like a diamond) */. |
| IsometricStaggered | Isometric tile layout (roughly in a square with alternating rows staggered). |
| HexagonalStaggered | Hexagonal tile layout (roughly in a square with alternating rows staggered). |