This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ParticleSystemNativeArray4

struct in UnityEngine.Experimental.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.