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 |
|---|---|
| SingleRow | Animate a single row in the sheet from left to right. |
| WholeSheet | Animate over the whole texture sheet from left to right, top to bottom. |