SizeOverLifetimeModule
struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Switch to Manual
Description 描述
Script interface for the Size Over Lifetime module.
This module controls the size of particles throughout their lifetime.
See Also: ParticleSystem, ParticleSystem.sizeOverLifetime.
Properties 属性
| enabled | Enable/disable the Size Over Lifetime module. | ||
| separateAxes | Set the size over lifetime on each axis separately. | ||
| size | Curve to control particle size based on lifetime. | ||
| sizeMultiplier | Size multiplier. | ||
| x | Size over lifetime curve for the X axis. | ||
| xMultiplier | X axis size multiplier. | ||
| y | Size over lifetime curve for the Y axis. | ||
| yMultiplier | Y axis size multiplier. | ||
| z | Size over lifetime curve for the Z axis. | ||
| zMultiplier | Z axis size multiplier. |