GameObjects do not have position and rotation. They do have an attached `Transform` which has:
http://docs.unity3d.com/ScriptReference/Transform-localPosition.html
and:
http://docs.unity3d.com/ScriptReference/Transform-localRotation.html
↧