Difference between revisions of "Particles:setParticleDecay"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Particles:setParticleDecay(i,decay,decayAlpha,decayGrowth,decayAngular)
 
Particles:setParticleDecay(i,decay,decayAlpha,decayGrowth,decayAngular)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 17: Line 17:
  
 
Since Gideros 2022.5, '''decay''' can be a vector allowing to set x,y and z decay independantly.
 
Since Gideros 2022.5, '''decay''' can be a vector allowing to set x,y and z decay independantly.
 +
 
{{Particles}}
 
{{Particles}}

Latest revision as of 21:53, 21 September 2023