Difference between revisions of "Particles:setTexture"

From GiderosMobile
Line 6: Line 6:
 
  Particles:setTexture(texture)
 
  Particles:setTexture(texture)
 
</source>
 
</source>
'''texture''': (TextureBase) texture to use in particles ''''''<br/>
+
=== Parameters ===
 +
'''texture''': (TextureBase) texture to use in particles <br/>

Revision as of 11:44, 23 August 2018

Available since: Gideros 2016.06

Description

Set texture to all particles

 Particles:setTexture(texture)

Parameters

texture: (TextureBase) texture to use in particles