What is the result of adding transform.position and transform.right?

Hi all,

I know that transform.position is the position of the gameobject in world space and transform.right is the x-axis in world space. Can someone please tell me what you get by adding: transform.position + transform.right?

You get the new world position after moving transform.position one unit to the right (on it’s own reference system).