Answers for "how to freeze roation unity"

C#
0

freeze rotation in code c#

GetComponent<Rigidbody>().constraints = RigidbodyConstraints.FreezeRotation;
Posted by: Guest on January-28-2020

Code answers related to "how to freeze roation unity"

C# Answers by Framework

Browse Popular Code Answers by Language