Version: 2020.2
言語: 日本語

LimitVelocityOverLifetimeModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for LimitVelocityOverLifetimemeModule.

This module reduces particle velocities. To do this, it either applies drag or just reduces velocity over time.

関連項目: ParticleSystem, ParticleSystem.limitVelocityOverLifetime.

変数

dampenControls how much this module dampens particle velocities that exceed the velocity limit.
dragControls the amount of drag that this modules applies to the particle velocities.
dragMultiplierSpecifies the drag multiplier.
enabledSpecifies whether the LimitForceOverLifetimeModule is enabled or disabled.
limit軸ごとのカーブを使用しない場合に適用される最大速度カーブ
limitMultiplierChange the limit multiplier.
limitXMaximum velocity curve for the x-axis.
limitXMultiplierChange the limit multiplier on the x-axis.
limitYMaximum velocity curve for the y-axis.
limitYMultiplierChange the limit multiplier on the y-axis.
limitZMaximum velocity curve for the z-axis.
limitZMultiplierChange the limit multiplier on the z-axis.
multiplyDragByParticleSizeAdjust the amount of drag this module applies to particles, based on their sizes.
multiplyDragByParticleVelocityAdjust the amount of drag this module applies to particles, based on their speeds.
separateAxesSet the velocity limit on each axis separately. This module uses ParticleSystem.LimitVelocityOverLifetimeModule.drag to dampen a particle's velocity if the velocity exceeds this value.
space速度制限をローカル空間(トランスフォームの値によって回転する空間)、ワールド空間のどちらで行うかを指定します。