Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ParticleSystem.AllocateMeshIndexAttribute

Switch to Manual

Declaration

public void AllocateMeshIndexAttribute();

Description

Ensures that the meshIndices particle attribute array is allocated.

This is important if you want to use this attribute in a job, such as IJobParticleSystem.