Difference between revisions of "ParticleSystem:update"

m
 
Line 13: 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 ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:update}}
 
{{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