ParticleSystem.RotationOverLifetimeModule
Script interface for the RotationOverLifetimeModule.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.RotationOverLifetimeModule
Remarks
Rotate particles throughout their lifetime.
Additional Resources: ParticleSystem, ParticleSystem.rotationOverLifetime.
Properties
Property | 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. |