A read-only array containing Sprite EntityIds.
This can be accessed by index to return a Sprite.
| Property | Description |
|---|---|
| Length | The number of elements in the SpriteArray. |
| this[int] | Returns the Sprite indexed in the SpriteArray. |
| Method | Description |
|---|---|
| Dispose | Frees allocated memory for the SpriteArray. |
| GetEnumerator | Retrieves an iterator that allows you to iterate over all elements within the SpriteArray. |