Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemAnimationTimeMode

Control how animation frames are selected.
Read time 1 minuteLast updated 5 days ago

Definition

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

Remarks

Additional Resources: timeMode, frameOverTime, fps, speedRange.

Fields

Value

Description

FPSSelect animation frames sequentially at a constant rate of the specified frames per second.
LifetimeSelect animation frames based on the particle ages.
SpeedSelect animation frames based on the particle speeds.