Difference between revisions of "B2.ParticleSystem:setTexture"

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

Latest revision as of 18:00, 12 July 2023