Version: 2019.4

SizeOverLifetimeModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for the SizeOverLifetimeModule.

This module controls the size of particles throughout their lifetime.

関連項目: ParticleSystem, ParticleSystem.sizeOverLifetime.

変数

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.