Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEngine
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseScript interface for the Velocity Over Lifetime module.
See Also: ParticleSystem, ParticleSystem.velocityOverLifetime.
enabled | Enable/disable the Velocity Over Lifetime module. |
space | Specifies if the velocities are in local space (rotated with the transform) or world space. |
x | Curve to control particle speed based on lifetime, on the X axis. |
y | Curve to control particle speed based on lifetime, on the Y axis. |
z | Curve to control particle speed based on lifetime, on the Z axis. |