ParticleSystem.SizeOverLifetimeModule
Script interface for the SizeOverLifetimeModule.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.SizeOverLifetimeModule
Remarks
This module controls the size of particles throughout their lifetime.
Additional Resources: ParticleSystem, ParticleSystem.sizeOverLifetime.
Properties
Property | Description |
|---|---|
| enabled | Specifies whether the SizeOverLifetimeModule is enabled or disabled. |
| separateAxes | Set the size over lifetime on each axis separately. |
| size | Curve to control particle size based on lifetime. |
| sizeMultiplier | A multiplier for _size. |
| x | Size over lifetime curve for the x-axis. |
| xMultiplier | Size multiplier along the x-axis. |
| y | Size over lifetime curve for the y-axis. |
| yMultiplier | Size multiplier along the y-axis. |
| z | Size over lifetime curve for the z-axis. |
| zMultiplier | Size multiplier along the z-axis. |