Category:Particle initializers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ''''Initializer''' functions act on particles immediately before they spawn. Category:Particle System')
 
No edit summary
 
Line 1: Line 1:
'''Initializer''' functions act on particles immediately before they spawn.
'''Initializer''' functions set up each particle's initial state. To add one to your system, set the Properties dropdown to "Initializer" and right-click in the window below. This will bring an window with a list of functions to choose from.
 
See also [[Particle System Initializers]]


[[Category:Particle System]]
[[Category:Particle System]]

Latest revision as of 14:42, 21 October 2009

Initializer functions set up each particle's initial state. To add one to your system, set the Properties dropdown to "Initializer" and right-click in the window below. This will bring an window with a list of functions to choose from.

See also Particle System Initializers