# Transform.UniformScale

```csharp
float UniformScale { get; set; }
```

A uniform scale component. Generally the scale is uniform, and we'll just access the .x component.

Declared in [Transform](/api/Transform).
Assembly: `Sandbox.System`.
