Answers for "rigidbody freeze position through code"

C#
3

rigidbody freeze position through code

rigidbody.constraints = RigidbodyConstraints.FreezeRotationX | RigidbodyConstraints.FreezeRotationZ;
Posted by: Guest on August-15-2020

Code answers related to "rigidbody freeze position through code"

C# Answers by Framework

Browse Popular Code Answers by Language