Version: 2019.2

VelocityOverLifetimeModule

struct in UnityEngine

マニュアルに切り替える

説明

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

変数

enabledVelocity Over Lifetime モジュールの有効/無効を切り替えます。
orbitalOffsetXSpecify a custom center of rotation for the orbital and radial velocities.
orbitalOffsetXMultiplierThis method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier.
orbitalOffsetYSpecify a custom center of rotation for the orbital and radial velocities.
orbitalOffsetYMultiplierThis method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier.
orbitalOffsetZSpecify a custom center of rotation for the orbital and radial velocities.
orbitalOffsetZMultiplierThis method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier.
orbitalXCurve to control particle speed based on lifetime, around the X axis.
orbitalXMultiplierX axis speed multiplier.
orbitalYCurve to control particle speed based on lifetime, around the Y axis.
orbitalYMultiplierY axis speed multiplier.
orbitalZCurve to control particle speed based on lifetime, around the Z axis.
orbitalZMultiplierZ axis speed multiplier.
radialCurve to control particle speed based on lifetime, away from a center position.
radialMultiplierRadial speed multiplier.
space速度がローカル空間(トランスフォームに伴い回転する空間)、ワールド空間のどちらに属するかを指定します。
speedModifierCurve to control particle speed based on lifetime, without affecting the direction of the particles.
speedModifierMultiplierSpeed multiplier.
xパーティクルの X 軸速度を生存時間に応じて管理するカーブ
xMultiplierX axis speed multiplier.
yパーティクルの Y 軸速度を生存時間に応じて管理するカーブ
yMultiplierY axis speed multiplier.
zパーティクルの Z 軸速度を生存時間に応じて管理するカーブ
zMultiplierZ axis speed multiplier.