Particle System Operators/Alpha Fade and Decay: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ";Alpha Fade and Decay :This operator controls alpha fading and decaying (destroying) of particles. It's a two part combo operator that does both functions. ---- '''[[Generic ...")
 
m (→‎top: clean up, added orphan, underlinked tags)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Multiple issues|
{{Underlinked|date=January 2024}}
{{Orphan|date=January 2024}}
}}
;Alpha Fade and Decay
;Alpha Fade and Decay
:This operator controls alpha fading and decaying (destroying) of particles.  It's a two part combo operator that does both functions.
:This operator controls alpha fading and decaying (destroying) of particles.  It's a two part combo operator that does both functions.


----
----


'''[[Generic Operator Options]]'''
'''[[Generic Operator Options]]'''
Line 24: Line 28:
;end_fade_out_time [float]
;end_fade_out_time [float]
:The point at which the particle will be fully faded out, relative to its lifespan.
:The point at which the particle will be fully faded out, relative to its lifespan.
{{shortpagetitle}}
[[Category: Particle System]]

Latest revision as of 22:49, 21 January 2024

Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024
Alpha Fade and Decay
This operator controls alpha fading and decaying (destroying) of particles. It's a two part combo operator that does both functions.

Generic Operator Options

start_alpha [float]
The alpha that the particle begins at. It will fade from this value to the per-particle value.
end_alpha [float]
The alpha that the particle ends at. It will fade from the per-particle value to this value.
start_fade_in_time [float]
The point at which the particle will begin to fade in, relative to its lifespan.
end_fade_in_time [float]
The point at which the particle will be fully faded in, relative to its lifespan.
start_fade_out_time [float]
The point at which the particle will begin to fade out, relative to its lifespan.
end_fade_out_time [float]
The point at which the particle will be fully faded out, relative to its lifespan.