Difference between revisions of "ParticleSystem:update"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Updates the particle system; moving, creating and killing particles.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Updates the particle system; moving, creating and killing particles.}}

Revision as of 16:17, 14 February 2010

Updates the particle system; moving, creating and killing particles.

Function

Synopsis

ParticleSystem:update( dt )

Arguments

number dt
The time (seconds) since last frame.

Returns

Nothing.

See Also