Difference between revisions of "ParticleSystem:update"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Updates the particle system; moving, creating and killing particles.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Updates the particle system; moving, creating and killing particles.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:update}}

Latest revision as of 10:08, 25 March 2011

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


Other Languages