Quaternion.SetLookRotation 注视旋转
function SetLookRotation (view : Vector3, up : Vector3 = Vector3.up) : void
Description描述
Creates a rotation that looks along forward with the the head upwards along upwards
创建一个旋转,沿着forward(z轴)并且头部沿着up(y轴)的约束注视。也就是建立一个旋转,使z轴朝向view y轴朝向up。
Logs an error if the forward direction is zero.
如果forward方向是0,记录一个错误。
还没有添加代码
最后修改:2011年1月16日 Sunday 16:40