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.
dampen | Controls how much this module dampens particle velocities that exceed the velocity limit. |
drag | Controls the amount of drag that this modules applies to the particle velocities. |
dragMultiplier | Specifies the drag multiplier. |
enabled | Specifies whether the LimitForceOverLifetimeModule is enabled or disabled. |
limit | 軸ごとのカーブを使用しない場合に適用される最大速度カーブ |
limitMultiplier | Change the limit multiplier. |
limitX | Maximum velocity curve for the x-axis. |
limitXMultiplier | Change the limit multiplier on the x-axis. |
limitY | Maximum velocity curve for the y-axis. |
limitYMultiplier | Change the limit multiplier on the y-axis. |
limitZ | Maximum velocity curve for the z-axis. |
limitZMultiplier | Change the limit multiplier on the z-axis. |
multiplyDragByParticleSize | Adjust the amount of drag this module applies to particles, based on their sizes. |
multiplyDragByParticleVelocity | Adjust the amount of drag this module applies to particles, based on their speeds. |
separateAxes | Set 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 | 速度制限をローカル空間(トランスフォームの値によって回転する空間)、ワールド空間のどちらで行うかを指定します。 |