---
title: particleScaleRange
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skemitternode/particlescalerange
---

# particleScaleRange

The range of allowed random values for a particle’s initial scale.

## Declaration

```swift
var particleScaleRange: CGFloat { get set }
```

## Discussion

Discussion The default value is 0.0. If non-zero, the initial scale of each particle is randomly determined and may vary by plus or minus half of the range value.

## See Also

### Scaling Particles by a Factor

- [particleScale](spritekit/skemitternode/particlescale.md)
- [particleScaleSpeed](spritekit/skemitternode/particlescalespeed.md)
- [particleScaleSequence](spritekit/skemitternode/particlescalesequence.md)
