---
title: scale
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/hastransform/scale
---

# scale

The scale of the entity relative to its parent.

## Declaration

```swift
@MainActor @preconcurrency var scale: SIMD3<Float> { get set }
```

## Mentioned in

Automatically animating RealityKit entities

## Discussion

Discussion This value is the entity’s scale relative to its parent. To get the actual scale of the entity in the scene, use scale(relativeTo:), passing nil as the reference entity. This is the same as the scale value on the transform.

## See Also

### Scaling an entity

- [scale(relativeTo:)](realitykit/hastransform/scale(relativeto:).md)
- [setScale(_:relativeTo:)](realitykit/hastransform/setscale(_:relativeto:).md)
