Exemplo n.º 1
0
 // 旋转转朝向
 public static Common.Vector3 GetForward(Common.Quaternion rotation)
 {
     return(rotation * Common.Vector3.forward);
 }