struct in UnityEngine.Experimental.ParticleSystemJobs
/
Implemented in:UnityEngine.ParticleSystemModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe struct containing all the per-particle data.
aliveTimePercent | How long each particle has been alive. |
count | The number of particles alive in the system. |
customData1 | When using the Custom Data module, or when calling SetCustomParticleData, this array contains the custom data values. |
customData2 | When using the Custom Data module, or when calling SetCustomParticleData, this array contains the custom data values. |
inverseStartLifetimes | The lifetime of each particle, stored as 1.0f / lifetime. |
positions | The position of each particle. |
randomSeeds | The random seed assigned to each particle. |
rotationalSpeeds | The angular velocity of each particle. |
rotations | The rotation of each particle. |
sizes | The size of each particle. |
startColors | The initial color of each particle. |
velocities | The velocity of each particle. |