Difference between revisions of "Particles:setParticleAcceleration"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2022.5<br/> '''Class:''' Particles<br/> === Description === Configures acceleration values for the given particle. <source lang="...")
 
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Configures acceleration values for the given particle.
 
Configures acceleration values for the given particle.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Particles:setParticleAcceleration(i,acceleration,accelerationAlpha,accelerationGrowth,accelerationAngular)
 
Particles:setParticleAcceleration(i,acceleration,accelerationAlpha,accelerationGrowth,accelerationAngular)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 15: Line 15:
 
'''accelerationGrowth''': (number) growth acceleration<br/>
 
'''accelerationGrowth''': (number) growth acceleration<br/>
 
'''accelerationAngular''': (number) angular acceleration<br/>
 
'''accelerationAngular''': (number) angular acceleration<br/>
 +
 
{{Particles}}
 
{{Particles}}

Latest revision as of 21:51, 21 September 2023