Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemNativeArray4

A container to hold 4 arrays of data for particles.
Read time 1 minuteLast updated 9 days ago

Definition

public struct ParticleSystemNativeArray4

Fields

Value

Description

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.