Horje
unity3d quaternion add 90 degrees Code Example
unity3d quaternion add 90 degrees
//This way you can add a specific of degree (in this case 90 on y) 
//to a specific axis
rotation *= Quaternion.Euler(0, 90, 0);




Csharp

Related
C++ in C# Code Example C++ in C# Code Example
set ads for children admob unity Code Example set ads for children admob unity Code Example
c# set file invisible Code Example c# set file invisible Code Example
unity detect if version is a build or in editor Code Example unity detect if version is a build or in editor Code Example
how to create a new folder with c# Code Example how to create a new folder with c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9