constructor Method
construct a Sprite from an ImageSource or a Url
Sprite(src: string | ImageSource): Sprite
| Parameter | Type | Description | 
|---|---|---|
| src | string | ImageSource | The ImageSource holding an image to create the texture for this Sprite, or the url of the image | 
Returns - Sprite
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.