コード例 #1
0
 public void PointToDirection(Vector2 lookdirection)
 {
     lookAt.UpdateLookAt((Vector2)transform.position + lookdirection);
 }