# Sandbox.ModelBuilder.WithEyePosition

```csharp
ModelBuilder WithEyePosition(Vector3 position)
```

Sets the model-space position used as the model's eye position.

### Parameters

- `position` (`Vector3`): The eye position.

### Returns

`ModelBuilder`

Declared in [Sandbox.ModelBuilder](/api/Sandbox.ModelBuilder).
Assembly: `Sandbox.Engine`.
