I am trying to figure out how to do collision detection on two different entities. I have one entity that is the game board, which contains the WorldRenderBounds. The other is the paddle, simply has Translation.
I want to clamp the paddle to the gameboard. Do I use an entity query for both entities, then pass that to the job? I haven’t found an example that has this situation.