First of all we are in XNA/Monogame :)
Hey guys, I have classes like DebugWindow, GameObject, Player(Child from GO),DebugItemSlot
and my question is how to get the position of the gameobject that I just clicked? I already got a click Event so I just need to get the data from the GO I just clicked. Because later on I want to Edit things with my DebugWindow. Hope you understand me and we can come together. If you wish I can add code later that's not the problem.