Version: 2019.3

SizeOverLifetimeModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for the SizeOverLifetimeModule of a Particle System.

変数

enabledSpecifies whether the SizeOverLifetimeModule is enabled or disabled.
separateAxes各軸に個々に Size over lifetime を設定します。
size生存時間を元にパーティクルのサイズを管理するカーブ
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.