Answers for "how to rotation in something in unity"

2

how to rotation in something in unity

public Transform t;

transform.rotation = Quaternion.Eular(x,y,z);
Posted by: Guest on June-07-2021

Browse Popular Code Answers by Language