Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

transform.translate unity

transform.Translate(new Vector3(x, y, z)); //moves x units in the x axis, y in the y axis, and z in the z axis
 
PREVIOUS NEXT
Tagged: #unity
ADD COMMENT
Topic
Name
6+4 =