---
title: "uniformlyScale(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/scalable3dprotocol/uniformlyscale(by:)"
---

# uniformlyScale(by:)

Uniformly scales the entity by the specified scalar value.

## Declaration

```swift
mutating func uniformlyScale(by scale: Self.Scalar)
```

## Parameters

- `scale`: The value that defines that scale.
