Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The index from which to remove a Sprite.

Remarks