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

# scaled(by:)

Returns the entity scaled by the specified size.

## Declaration

```swift
func scaled(by size: Self.Size) -> Self
```

## Parameters

- `size`: The size structure that defines that scale.

## Discussion

Discussion Returns The scaled entity.
