Version: 2022.1
언어: 한국어

ParticleSystem.AllocateCustomDataAttribute

매뉴얼로 전환
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.