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 Size By Speed module.
See Also: ParticleSystem, ParticleSystem.sizeBySpeed.
enabled | Enable/disable the Size By Speed module. |
range | Apply the size curve between these minimum and maximum speeds. |
separateAxes | Set the size by speed on each axis separately. |
size | Curve to control particle size based on speed. |
sizeMultiplier | Size multiplier. |
x | Size by speed curve for the X axis. |
xMultiplier | X axis size multiplier. |
y | Size by speed curve for the Y axis. |
yMultiplier | Y axis size multiplier. |
z | Size by speed curve for the Z axis. |
zMultiplier | Z axis size multiplier. |