Answers for "get objects z rotation in degrees unity"

5

how to just aet z rotation on transform unity

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

get objects z rotation in degrees unity

gameObject.transform.rotation.eulerAngles.z
Posted by: Guest on May-21-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language