# Tilemap.Orientation

> Determines the orientation of Tile s in the Tilemap.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Tilemaps](/engine/6000.6/script-reference/unityengine/tilemaps.md)
* **Assembly:** UnityEngine.TilemapModule

```csharp
public enum Tilemap.Orientation
```

## Fields

| Value                                                                                        | Description                                            |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Custom](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/custom.md) | Use a custom orientation to all tiles in the tile map. |
| [XY](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/xy.md)         | Orients Tiles in the XY plane.                         |
| [XZ](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/xz.md)         | Orients Tiles in the XZ plane.                         |
| [YX](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/yx.md)         | Orients Tiles in the YX plane.                         |
| [YZ](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/yz.md)         | Orients Tiles in the YZ plane.                         |
| [ZX](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/zx.md)         | Orients Tiles in the ZX plane.                         |
| [ZY](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/zy.md)         | Orients Tiles in the ZY plane.                         |
