Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

add rotation unity c#

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