Version: 2019.3

InheritVelocityModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for InheritVelocityModule.

This module controls how the emitter tranfers its velocity to the particles as it emits them. It applies velocities to particles based on the velocity of the GameObject that spawned them. For most Particle Systems, this is the GameObject velocity, but for sub-emitters, the velocity comes from the parent particle that the sub-emitter particle originated from.

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.