Version: 2020.3
言語: 日本語
public void AllocateCustomDataAttribute (ParticleSystemCustomData stream);

パラメーター

stream The custom data stream to allocate.

説明

Ensures that the customData1 and customData2 particle attribute arrays are allocated.

This is important if you want to use either of these attributes in a job, such as IJobParticleSystem.