Version: 2020.3
言語: 日本語

SizeBySpeedModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for the SizeBySpeedModule of a Particle System.

変数

enabledSpecifies whether the SizeBySpeedModule is enabled or disabled.
rangeSet the minimum and maximum speed that this modules applies the size curve between.
separateAxesそれぞれの軸に速度に応じたサイズを設定します。
size速度を元にパーティクルのサイズを管理するカーブ
sizeMultiplierA multiplier for ParticleSystem.SizeBySpeedModule.size.
xSize by speed curve for the x-axis.
xMultiplierSize multiplier along the x-axis.
ySize by speed curve for the y-axis.
yMultiplierSize multiplier along the y-axis.
zSize by speed curve for the z-axis.
zMultiplierSize multiplier along the z-axis.