GetSprite(int)
Get the Sprite at the given index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public Sprite GetSprite(int index)
Parameters
The index of the desired Sprite.
Returns
Type | Description |
|---|---|
| Sprite | The Sprite being requested. |
Remarks
Additional Resources: ParticleSystem.TextureSheetAnimationModule.SetSprite.