add rotation unity c#

41

add rotation unity c# -

Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;

Comments

Submit
0 Comments