How To Chagne Rotation In Unity

[Solved] How To Chagne Rotation In Unity | Csharp - Code Explorer | yomemimo.com
Question : unity how to change rotation

Answered by : relieved-raccoon-5uhvkl4hm5bf

transform.eulerAngles = new Vector3(0f, 180f, 0f); //rotates 180 degrees

Source : | Last Update : Mon, 02 Mar 20

Question : how to chagne rotation in unity

Answered by : relieved-raccoon-5uhvkl4hm5bf

transform.eulerAngles = new Vector3(0f, 180f, 0f); // rotates 180 degrees

Source : | Last Update : Mon, 02 Mar 20

Answers related to how to chagne rotation in unity

Code Explorer Popular Question For Csharp