RotationOverLifetimeModule inherits from ParticleGeneratorModule and is used to control the rotation changes of the particle system over its lifetime.
| Property | Description |
|---|---|
| separateAxes | boolean type, indicates whether to rotate separately on each axis. If disabled, only the z-axis will be used |
| rotationX | ParticleCompositeCurve object, represents the x-axis rotation of the particle over its lifetime |
| rotationY | ParticleCompositeCurve object, represents the y-axis rotation of the particle over its lifetime |
| rotationZ | ParticleCompositeCurve object, represents the z-axis rotation of the particle over its lifetime |