Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity set position

// To set the position of a gameobject use the following
GameObject.transform.position = new Vector3(x, y, z);
Comment

unity set position


transform.position = new Vector3(0.067f,1.52f,-0.37f);

Comment

PREVIOUS NEXT
Code Example
Csharp :: unity deactive code from code 
Csharp :: asp core asp for not working 
Csharp :: how to delete folder with files on c# 
Csharp :: c# remove last value from list 
Csharp :: c# get bytes from string 
Csharp :: c# reverse list 
Csharp :: how to input a double in c# 
Csharp :: check animation end unity 
Csharp :: c# replace string case insensitive 
Csharp :: how to destroy in unity 
Csharp :: get key unity 
Csharp :: swagger authentication bearer .net core 
Csharp :: move file c# 
Csharp :: string to date vb 
Csharp :: c# run as administrator 
Csharp :: c# write to console 
Csharp :: unity left mouse button 
Csharp :: contains with ignore case c# 
Csharp :: sum of digits in c# 
Csharp :: why vue cli do not refresh auto in local host 
Csharp :: c# date to string yyyy-mm-dd 
Csharp :: nepali phone number regex 
Csharp :: how to stop player rotating when hit by object 
Csharp :: remove focus from button unity 
Csharp :: shorthand in c# operator 
Csharp :: play sound unity 
Csharp :: detect trigger in unity 
Csharp :: unity c# check if multiple keys are pressed 
Csharp :: object to mouse unity 
Csharp :: how to join array indexes with comma in c# 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =