コード例 #1
0
 public void Aim(float horiz, float vert)
 {
     lastAimDir = new Vector2(horiz, vert).normalized;
     playerAnim.Aim(lastAimDir);
 }