SizeOverLifetimeModule

struct in UnityEngine

Switch to Manual

Description

Script interface for the SizeOverLifetimeModule of a Particle System.

Variables

enabledSpecifies whether the SizeOverLifetimeModule is enabled or disabled.
separateAxesSet the size over lifetime on each axis separately.
sizeCurve to control particle size based on lifetime.
sizeMultiplierA multiplier for ParticleSystem.SizeOverLifetimeModule.size.
xSize over lifetime curve for the x-axis.
xMultiplierSize multiplier along the x-axis.
ySize over lifetime curve for the y-axis.
yMultiplierSize multiplier along the y-axis.
zSize over lifetime curve for the z-axis.
zMultiplierSize multiplier along the z-axis.