SizeOverLifetimeModule

struct in UnityEngine

/

Implemented in:UnityEngine.ParticleSystemModule

Switch to Manual

Description

Script interface for the SizeOverLifetimeModule.

This module controls the size of particles throughout their lifetime.

Additional resources: ParticleSystem, ParticleSystem.sizeOverLifetime.

Properties

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.

Did you find this page useful? Please give it a rating: