コード例 #1
0
 public void RotateTo(Vector3 target)
 {
     Tr.LookAt(target, Vector3.up);
 }