Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


totalVelocity

The total velocity of the particle.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public Vector3 totalVelocity { get; }

Remarks

This is calculated as the sum of ParticleSystem.Particle.velocity and ParticleSystem.Particle.animatedVelocity. Some particle features use the physics-based velocity, and other features use the animated velocity. Use this property to obtain the total combined velocity of the particle.