Difference between revisions of "ParticleSystem:update"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Updates the particle system; moving, creating and killing particles.
 
Updates the particle system; moving, creating and killing particles.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Updates the particle system; moving, creating and killing particles.}}
 
{{#set:Description=Updates the particle system; moving, creating and killing particles.}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:update}}

Revision as of 19:19, 18 November 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

Other Languages