ParticleSystem:setTexture

ParticleSystem:setTexture

Available since LÖVE 0.9.1
It has been renamed from ParticleSystem:setImage.

Sets the texture (Image or Canvas) to be used for the particles.

Function

Synopsis

ParticleSystem:setTexture( texture )

Arguments

Texture texture
An Image or Canvas to use for the particles.

Returns

Nothing.

See Also

doc_love
2017-03-21 15:52:01
Comments
Leave a Comment

Please login to continue.