This version of Unity is unsupported.

ParticleSystemNativeArray3

struct in UnityEngine.ParticleSystemJobs

/

Implemented in:UnityEngine.ParticleSystemModule

Description

A container to hold x, y, and z-axis data for particles.

Properties

xThe x-axis value for each particle.
yThe y-axis value for each particle.
zThe z-axis value for each particle.