How to render entities after scene on top?

hi all,

I have some objects I want to draw on top of everything else in stride. I believe there are different render stages like transparency and after scene. where do I set this?

thanks

You can set this on RenderEntity.

ah ok just render entity, not the standard primitives. thx!