struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Script 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. |