# orientationMatrix

> Orientation Matrix of the orientation of the Tiles in the Tilemap.

## Definition

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

```csharp
public Matrix4x4 orientationMatrix { get; set; }
```

### Remarks

This matrix can be customised if the orientation of the Tiles is set to [Tilemap.Orientation.Custom](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap/orientation/custom.md).
