Contents

particleScaleSequence

The sequence used to specify the scale factor of a particle over its lifetime.

Declaration

var particleScaleSequence: SKKeyframeSequence? { get set }

Mentioned in

Discussion

The default value is nil. If a non-nil value is specified, then the particleScale, particleScaleRange, and particleScaleSpeed properties are ignored. Instead, the sequence is used to specify the scale factor.

See Also

Scaling Particles by a Factor