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

ParticleSystem.AllocateAxisOfRotationAttribute

Switch to Manual

Declaration

public void AllocateAxisOfRotationAttribute();

Description

Ensures that the axisOfRotations particle attribute array is allocated.

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