How can I determine if a sprite is being rendered?

I’d love to ignore events for sprites that are currently off screen. Is there a fast way to do this?

There’s no culling for sprites, so if you need to know if a sprite is on screen or not, you will have to perform the calculation yourself.

2 Likes