Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

quaternion rotation unity

using UnityEngine;

public class lerp_demo : MonoBehaviour
{
    Quaternion rot=new Quaternion(0.4f,0.5f,0.9f,1);
  
    void Start()
    {
       transform.rotation=rot;
        
    }
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# inheritance 
Csharp :: change line color in c# 
Csharp :: c# how to append in array 
Csharp :: remove header visual studio android 
Csharp :: longest substring without repeating characters 
Csharp :: delete all rows from table mvc 
Csharp :: c# obsolete class 
Csharp :: bytes size c# 
Csharp :: unity unit tests 
Csharp :: for jump script unity 2d 
Csharp :: Disable Debug.log Unity 
Csharp :: center mouse unity 
Csharp :: combine two arraylist c# 
Csharp :: entity framework with query C# 
Csharp :: csharp bubble sort 
Csharp :: c# to pascal case 
Csharp :: wpf relativesource 
Csharp :: c# instance class with ilogger 
Csharp :: c# window form align right bottom 
Csharp :: How to make enemy shooting 
Csharp :: monogame button 
Csharp :: unity basic public options 
Csharp :: asp net c# browser cursor wait 
Csharp :: Advertisement code for unity 
Csharp :: sort array dotnet 
Csharp :: c# datagridview multiple row selection without control 
Csharp :: c# guid from string 
Csharp :: c# copy bidimensional array 
Csharp :: select many vs select 
Csharp :: how to get gravity from Rigidbody2D in c# 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =