# GetLayoutCellCenter()

> Get the default center coordinate of a cell for the set layout of the Grid.

## Definition

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

```csharp
public Vector3 GetLayoutCellCenter()
```

### Returns

| Type                                                              | Description             |
| ----------------------------------------------------------------- | ----------------------- |
| [Vector3](/engine/6000.6/script-reference/unityengine/vector3.md) | Cell Center coordinate. |
