Answers for "how to just aet z rotation on transform unity"

C#
5

how to just aet z rotation on transform unity

transform.rotation = Quaternion.Euler(0, 90, 0);
Posted by: Guest on March-13-2020

C# Answers by Framework

Browse Popular Code Answers by Language