Difference between revisions of "ParticleSystem:update"

m (1 revision: Importing from potato (again).)
 
(One intermediate revision by one other user not shown)
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.}}
 +
{{#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