Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how to freeze x and y position in rb2d with code unity

            rb.constraints = RigidbodyConstraints2D.FreezePositionX;
            rb.constraints = RigidbodyConstraints2D.FreezePositionY;
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# encrypt decrypt string 
Csharp :: c# delay 
Csharp :: ef core detach entity 
Csharp :: c# linq to dictionary 
Csharp :: ggdesign 
Csharp :: c# font bold set 
Csharp :: how to add a list to observablecollection in c# 
Csharp :: c# multiple catch exceptions 
Csharp :: google sheets sum if check contains string 
Csharp :: how do i make multiplayer in unity 
Csharp :: fluentassertions force exceptions 
Csharp :: c# remove from list in foreach 
Csharp :: varibles c# 
Csharp :: how to clear datagridview c# 
Csharp :: datagridview column color c# 
Csharp :: round float c# 
Csharp :: unity position localposition 
Csharp :: c# datetime remove time 
Csharp :: unity normalize float 
Csharp :: c# filter list 
Csharp :: covert char[] to string C# 
Csharp :: csharp 
Csharp :: cast int to enum type c# 
Csharp :: polybius square 
Csharp :: copy 2d arrays C# 
Csharp :: how to add a variable in unity c# 
Csharp :: linq query select top 1 c# 
Csharp :: c# string tob64 
Csharp :: c# switch unity 
Csharp :: int to bool c# 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =