Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


quality

Specifies the accuracy of particle collisions against colliders in the Scene.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemCollisionQuality quality { get; set; }

Remarks

The high quality setting is the least likely to exhibit any leaked particles through colliders, but comes with the highest CPU load. Medium and low quality use simpler approximations and may leak particles, but offer faster performance.