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

ParticleSystemNativeArray3

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