struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Script interface for the RotationOverLifetimeModule.
Rotate particles throughout their lifetime.
Additional resources: ParticleSystem, ParticleSystem.rotationOverLifetime.
| Description | |
|---|---|
| enabled | Specifies whether the RotationOverLifetimeModule is enabled or disabled. | 
| separateAxes | Set the rotation over lifetime on each axis separately. | 
| x | Rotation over lifetime curve for the x-axis. | 
| xMultiplier | Rotation multiplier around the x-axis. | 
| y | Rotation over lifetime curve for the y-axis. | 
| yMultiplier | Rotation multiplier around the y-axis. | 
| z | Rotation over lifetime curve for the z-axis. | 
| zMultiplier | Rotation multiplier around the z-axis. |