struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
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.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseScript interface for the SizeOverLifetimeModule.
This module controls the size of particles throughout their lifetime.
See Also: ParticleSystem, ParticleSystem.sizeOverLifetime.
enabled | Specifies whether the SizeOverLifetimeModule is enabled or disabled. |
separateAxes | Set the size over lifetime on each axis separately. |
size | Curve to control particle size based on lifetime. |
sizeMultiplier | A multiplier for ParticleSystem.SizeOverLifetimeModule.size. |
x | Size over lifetime curve for the x-axis. |
xMultiplier | Size multiplier along the x-axis. |
y | Size over lifetime curve for the y-axis. |
yMultiplier | Size multiplier along the y-axis. |
z | Size over lifetime curve for the z-axis. |
zMultiplier | Size multiplier along the z-axis. |