Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity reset rigidbody velocity

GetComponent<Rigidbody>().velocity = Vector3.zero;
GetComponent<Rigidbody>().angularVelocity = Vector3.zero;
Comment

PREVIOUS NEXT
Code Example
Csharp :: asp.net core multiple get methods 
Csharp :: c# save bytes array to file 
Csharp :: c sharp split by newline 
Csharp :: how to make a resizable window in monogame 
Csharp :: c# open folder in explorer 
Csharp :: unity get mouse position 
Csharp :: unity check if number is multiple of x 
Csharp :: unity play particle system 
Csharp :: unity mirror get ip address 
Csharp :: unix time c# 
Csharp :: c# format string to date yyyymmdd 
Csharp :: for loop unity 
Csharp :: c# play sound 
Csharp :: how to make console wait c# 
Csharp :: initialise icollection c# 
Csharp :: unity wait for seconds 
Csharp :: how to make among us clone in unity 
Csharp :: new Color from hex in unity 
Csharp :: unity check when clicked on object 
Csharp :: get path c# 
Csharp :: c# print 
Csharp :: c# socket bind to localhost 
Csharp :: raycast unity 
Csharp :: get the path of executable c# 
Csharp :: c sharp gun shooting 
Csharp :: c# int to byte array 
Csharp :: json property annotation c# 
Csharp :: unity vector3.distance giving nonsensical values 
Csharp :: how to cast list to observablecollection c# 
Csharp :: unity how to remove a tag 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =