2018/07/03(火)【Unity】2D用:ベクトルの回転 Unity GameObjectのベクトルの回転方法 2次元用 Vector3 dir = this.transform.up; dir = Quaternion.Euler(0, 0, angle) * dir;