Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemAnimationType

The animation type.
Read time 1 minuteLast updated 4 days ago

Definition

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

Remarks

Controls how texture sheet animations play.
Additional Resources: _animation

Fields

Value

Description

SingleRowAnimate a single row in the sheet from left to right.
WholeSheetAnimate over the whole texture sheet from left to right, top to bottom.