Answers for "Quaternion.Euler not working in unity"

C#
1

Quaternion.Euler not working in unity

Quaternion initialRot = objToRotate.transform.rotation;     
     objToRotate.transform.rotation = initialRot * Quaternion.Euler(90f, 0, 0);
Posted by: Guest on December-18-2020

Code answers related to "Quaternion.Euler not working in unity"

C# Answers by Framework

Browse Popular Code Answers by Language