ParticleSystem:setInsertMode

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

Sets the mode to use when the ParticleSystem adds new particles.

Function

Synopsis

ParticleSystem:setInsertMode( mode )

Arguments

ParticleInsertMode mode
The mode to use when the ParticleSystem adds new particles.

Returns

Nothing.

See Also

Other Languages