Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.

Properties

Property

Description

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 _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.