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 RotationBySpeedModule.
Rotate particles based on their speed.
See Also: ParticleSystem, ParticleSystem.rotationBySpeed.
enabled | ESpecifies whether the RotationBySpeedModule is enabled or disabled. |
range | Set the minimum and maximum speeds that this module applies the rotation curve between. |
separateAxes | Set the rotation by speed on each axis separately. |
x | Rotation by speed curve for the x-axis. |
xMultiplier | Speed multiplier along the x-axis. |
y | Rotation by speed curve for the y-axis. |
yMultiplier | Speed multiplier along the y-axis. |
z | Rotation by speed curve for the z-axis. |
zMultiplier | Speed multiplier along the z-axis. |