I am confused on how to go about nesting a Material2DMeshBundle into a bundle meant for a pong ball. I want to match a circle primitive's position with the position values in the parent bundle. The compiler asked me to add a generic "<M>", but then gave the error error[E0412]: cannot find type M in this scope
Am I going about this wrong?