Clip a sprite at boundary of a tilemap.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By duke_meister

I’m instancing some sprites above a Tilemap, but I want them to clip at the boundary of the Tilemap. i.e. only the portion of the sprite that is over the tilemap should be visible, like a mask. How would I do that?