Version: 2018.4

LimitVelocityOverLifetimeModule

struct in UnityEngine

マニュアルに切り替える

説明

Limit Velocity Over Lifetime モジュールのスクリプトインターフェース

変数

dampenこの速度超えると速度制限を行います。
dragControls the amount of drag applied to the particle velocities.
dragMultiplierChange the drag multiplier.
enabledLimit Force Over Lifetime モジュールの有効/無効を切り替えます。
limit軸ごとのカーブを使用しない場合に適用される最大速度カーブ
limitMultiplierChange the limit multiplier.
limitXX 軸の最大速度カーブ
limitXMultiplierChange the limit multiplier on the X axis.
limitYY 軸の最大速度カーブ
limitYMultiplierChange the limit multiplier on the Y axis.
limitZZ 軸の最大速度カーブ
limitZMultiplierChange the limit multiplier on the Z axis.
multiplyDragByParticleSizeAdjust the amount of drag applied to particles, based on their sizes.
multiplyDragByParticleVelocityAdjust the amount of drag applied to particles, based on their speeds.
separateAxes軸ごとに独立して速度制限を設定します。
space速度制限をローカル空間(トランスフォームの値によって回転する空間)、ワールド空間のどちらで行うかを指定します。