# position

> Gets or sets the world space position of the NavMesh data.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AI](/engine/6000.6/script-reference/unityengine/ai.md)
* **Assembly:** UnityEngine.AIModule

```csharp
public Vector3 position { get; set; }
```

### Remarks

The default value is zero - that is, the world space origin.
