In my 2D game, I have Monogame.Extended.Particles for different effects and sometimes sprites are “deeper” in the game than others and I’d like the particle effects belonging to each sprite to draw at their specific depth as well. No matter when I trigger particles or draw them, I haven’t seen any method to do this.
Using the layerDepth in SpriteBatch it would be easy to add depth to particles and have modifiers for it. You might want to open an issue on the MG.E GitHub page to request this.
Thanks for the replies everyone. I’ve actually created an issue for this in Monogame.Extended on github and may submit a pull request since I got it working last night.