# cellLayout

> Cell shape and packing that the grid uses when converting cell positions to local space.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.GridModule

```csharp
public GridLayout.CellLayout cellLayout { get; set; }
```

### Remarks

See [GridLayout.CellLayout](/engine/6000.0/script-reference/unityengine/gridlayout/celllayout.md) for the available layouts, which include rectangle, hexagon, and isometric shapes.
