Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AllocateAxisOfRotationAttribute()

Ensures that the axisOfRotations particle attribute array is allocated.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public void AllocateAxisOfRotationAttribute()

Remarks

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