Particle System Children: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LanguageBar}}
{{back|Category:Particle System}}
{{toc-right}}
A particle can be made up of other particle systems and the children properties holds the links.
New children can be added by right clicking on the list and selecting add.
The lowest child on the list will render above the rest, regardless of distance. You can change particle positions by right clicking them and pressing move up or move down.
The parent always renders below all of it's children.
Children can also be set to have delays, which are highly useful for complex effects.
[[Category: Particle System]]
[[Category: Particle System]]
A particle can be made up of other particle systems and the children properties holds the links. New children can be added by right clicking on the list and selecting add. The only important property for children is delay which defines the amount of time to wait before starting the particle system.

Latest revision as of 23:14, 2 September 2024

English (en)Translate (Translate)
Category:Particle System

A particle can be made up of other particle systems and the children properties holds the links. New children can be added by right clicking on the list and selecting add.

The lowest child on the list will render above the rest, regardless of distance. You can change particle positions by right clicking them and pressing move up or move down. The parent always renders below all of it's children. Children can also be set to have delays, which are highly useful for complex effects.