RemoveSprite(int)
Remove a Sprite from the given index in the array.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public void RemoveSprite(int index)
Parameters
The index from which to remove a Sprite.
Remarks
Additional Resources: ParticleSystem.TextureSheetAnimationModule.AddSprite.