struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Script interface for the Rotation By Speed module.
See Also: ParticleSystem, ParticleSystem.rotationBySpeed.
| enabled | Enable/disable the Rotation By Speed module. | 
| range | Apply the rotation curve between these minimum and maximum speeds. | 
| 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. |