RotationOverLifetimeModule
struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Switch to Manual
Description 描述
Script interface for the Rotation Over Lifetime module.
Rotate particles throughout their lifetime.
See Also: ParticleSystem, ParticleSystem.rotationOverLifetime.
Properties 属性
| enabled | Enable/disable the Rotation Over Lifetime module. | ||
| 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. |