Version: 2021.2
언어: 한국어
public Vector3 animatedVelocity ;

설명

The animated velocity of the particle.

You can use animated velocity for effects that are not based on physics, but are instead based on creating a specific velocity over time. Modules such as Noise and VelocityOverLifetime use this type of velocity. This module does not store this velocity across frames, because modules that use this value calculate a new velocity value each frame.

ParticleSystemRenderer also uses animated velocity if Render Mode is set to ParticleSystemRenderMode.Stretch.

See Also: ParticleSystem.Particle.velocity, ParticleSystem.Particle.totalVelocity.