标签:ota world ref targe 父节点 alt www htm doc
http://www.360doc.com/content/16/0829/14/12282510_586760119.shtml
一:edit中
绕父节点坐标轴旋转,旋转顺序z-x-y;
二:
transform.Rotate(new Vector3(x,y,z),Space.Self);
注意:使用Space.self进行旋转时,都是围着调用时刻的坐标轴进行旋转的。
transform.Rotate(new Vector3(x,y,z),Space.World);
标签:ota world ref targe 父节点 alt www htm doc
原文地址:http://www.cnblogs.com/leeplogs/p/6813713.html