Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemAnimationRowMode

The mode used for selecting rows of an animation in the Texture Sheet Animation Module.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemAnimationRowMode

Fields

Value

Description

CustomUse a specific row for all particles.
MeshIndexUse the mesh index as the row, so that meshes can be mapped to specific animation frames.
RandomUse a random row for each particle.