A simple question, to be sure, but one to which I couldn'd find a specific answer.
I wanted to verify if the Origin point of an ojbect (a sprite, in particular) is what determines an object's X/Y coordinates. For instance, a square with an origin point in the very center of it would be the 0,0. Moving the origin point to the top left corner would simply make the corner 0,0.
Is this correct or are the object X/Y coordinates separate from the origin point coordinates? I'm fairly certain it's the former, but needed to be sure.
Thanks!