Answers for "add rotation unity c#"

C#
1

add rotation unity c#

Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;
Posted by: Guest on October-16-2021

C# Answers by Framework

Browse Popular Code Answers by Language