Version: 2021.3
言語: 日本語

InheritVelocityModule

struct in UnityEngine

マニュアルに切り替える

説明

Inherit Velocity Module はパーティクルが放出されたとき、エミッターの速度をどのようにパーティクルに反映させるかを管理します。

NOTE: The inherit velocity module only has an effect if the Particle System is set to simulate in world space. If the system is simulating in local space, this module is ignored. See Also: ParticleSystem, ParticleSystem.inheritVelocity.

変数

curveCurve to define how much of the emitter velocity the system applies during the lifetime of a particle.
curveMultiplierChange the curve multiplier.
enabledSpecifies whether the InheritVelocityModule is enabled or disabled.
modeSpecifies how to apply emitter velocity to particles.