This version of Unity is unsupported.

VFXParticleSystemInfo

struct in UnityEngine.VFX

Description

This structure provides information data on a particle system.

Properties

aliveCountNumber of alive particles within the particle system, the value is lower than [[VFXParticleSystemInfo._capacity].
boundsThe rendering bound of this particle system.
capacityThe capacity (maximum VFXParticleSystemInfo._aliveCount) of the particle system.
sleepingThe sleep state of the particle system.