This version of Unity is unsupported.

ParticleSystemNativeArray4

struct in UnityEngine.ParticleSystemJobs

/

Implemented in:UnityEngine.ParticleSystemModule

Description

A container to hold 4 arrays of data for particles.

Properties

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