Answers for "how to disable freeze rotation in code c#"

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 disable freeze rotation in code c#"

C# Answers by Framework

Browse Popular Code Answers by Language