Version: 2020.2
언어: 한국어

SizeOverLifetimeModule

struct in UnityEngine

매뉴얼로 전환

설명

Script interface for the SizeOverLifetimeModule.

This module controls the size of particles throughout their lifetime.

See Also: ParticleSystem, ParticleSystem.sizeOverLifetime.

변수

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.