Difference between revisions of "ParticleSystem:getSizeVariation"

(Created page with "{{newin|0.9.0|090|type=function}} Gets the amount of size variation (0 meaning no variation and 1 meaning full variation between start and end). == Function == === Synopsis =...")
 
(No difference)

Latest revision as of 01:10, 30 December 2013

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

Gets the amount of size variation (0 meaning no variation and 1 meaning full variation between start and end).

Function

Synopsis

variation = ParticleSystem:getSizeVariation( )

Arguments

Nothing.

Returns

number variation
The amount of variation (0 meaning no variation and 1 meaning full variation between start and end).

See Also

Other Languages