Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

add rotation

Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;Copy
Source by gamedevbeginner.com #
 
PREVIOUS NEXT
Tagged: #add #rotation
ADD COMMENT
Topic
Name
1+5 =