{{newin|[[0.9.1]]|091|type=function|text=It has been renamed from [[ParticleSystem:getImage]]}}
Gets the texture ([[Image]] or [[Canvas]]) used for the particles.
== Function ==
=== Synopsis ===
<source lang="lua">
texture = ParticleSystem:getTexture( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Texture|texture|The [[Image]] or [[Canvas]] used for the particles.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setTexture]]
[[Category:Functions]]
{{#set:Description=Gets the texture ([[Image]] or [[Canvas]]) used for the particles.}}
== Other Languages ==
{{i18n|ParticleSystem:getTexture}}