ParticleSystem:setSizes

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Scales the size of each particle over its lifetime. 1.0 is normal size. The size is interpolated between points.

At least one size must be specified. A maximum of eight may be used.

Function

Synopsis

ParticleSystem:setSizes( size1, size1, ..., size8 )

Arguments

number size1
The first size.
number size2
The second size.
number size8
The eighth size.

Returns

Nothing.

See Also


Other Languages