Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The index of the desired Sprite.

Returns

Type

Description

SpriteThe Sprite being requested.

Remarks