# Vector3.x

```csharp
float x { get; set; }
```

The X component of this vector.

Declared in [Vector3](/api/Vector3).
Assembly: `Sandbox.System`.
