Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemAnimationTimeMode

Control how animation frames are selected.
Read time 1 minuteLast updated 4 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.