ParticleSystem:setSize

ParticleSystem:setSize

Removed in LÖVE 0.8.0
It has been replaced with ParticleSystem:setSizes.

Sets the size of the particle (1.0 being normal size). The particles will grow/shrink from the starting size to the ending size. The variation affects starting size only.

Function

Synopsis

ParticleSystem:setSize( min, max, variation )

Arguments

number min
The minimum size (1.0 being normal size).
number max (min)
The maximum size (1.0 being normal size).
number variation (1)
The degree of variation (0 meaning no variation and 1 meaning full variation between start and end).

Returns

Nothing.

See Also


doc_love
2017-03-21 15:51:57
Comments
Leave a Comment

Please login to continue.