Version: 2020.2
言語: 日本語

ParticleSystemJobData

struct in UnityEngine.ParticleSystemJobs

マニュアルに切り替える

説明

This struct specifies all the per-particle data.

変数

aliveTimePercentSpecifies how long each particle has been alive.
countSpecifies the number of particles alive in the Particle System.
customData1This array contains the custom data values when you use a CustomDataModule, or when you call SetCustomParticleData.
customData2This array contains the custom data values when you use a CustomDataModule, or when you call SetCustomParticleData.
inverseStartLifetimesThe lifetime of each particle, stored as 1.0f / lifetime.
positionsThe position of each particle.
randomSeedsThe random seed assigned to each particle.
rotationalSpeedsThe angular velocity of each particle.
rotationsThe rotation of each particle.
sizesThe size of each particle.
startColorsそれぞれのパーティクルの初期の色
velocitiesThe velocity of each particle.