下列选项中改变游戏对象位移信息的代码是?
A. GameObject.transform.localScale = new Vector3(2,2,2);
B. GameObject.transform.Rotate(new Vector3(0,10,0));
C. GameObject.transform.RotateAround(Sphere.transform.position,Vector3.up,10f);
D. GameObject.transform.Translate(new Vector3(1,0,0));