Difference between revisions of "B2.ParticleSystem:setTexture"

From GiderosMobile
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
 
 
'''Available since:''' Gideros 2015.06.30<br/>
 
'''Available since:''' Gideros 2015.06.30<br/>
'''Class:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
+
'''Class:''' [[b2.ParticleSystem]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Sets texture to particles in this system.
 
Sets texture to particles in this system.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
b2.ParticleSystem:setTexture(texture,size)
 
b2.ParticleSystem:setTexture(texture,size)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
'''texture''': (Texture) texture to use for particles <br/>
+
'''texture''': (Texture) texture to use for particles<br/>
'''size''': (Number) size of particle. Default the same size as physics particle size. Use a larger size to let particles visuals overlap each other. '''optional'''<br/>
+
'''size''': (Number) size of particle. Default the same size as physics particle size. Use a larger size to let particles visuals overlap each other '''optional'''<br/>
  
 
{{B2.ParticleSystem}}
 
{{B2.ParticleSystem}}

Latest revision as of 06:01, 8 November 2024