# Sandbox.NavMeshAgent.UpdatePosition

```csharp
bool UpdatePosition { get; set; }
```

Set the Position of the GameObject to the agent position every frame. You can turn this off and handle it yourself by using the AgentPosition property.

Declared in [Sandbox.NavMeshAgent](/api/Sandbox.NavMeshAgent).
Assembly: `Sandbox.Engine`.
