This is a bit hard to define to be honest. For a rectangular sprite it’s fairly easy, but what if the game object has particle effects or other visual components? Sure, we could look at the bounding box of what is being rendered but this is highly dependent on your render script and it is not information that the engine has access to on a script level.
But for a sprite you can get the rotation and size so that should be enough?