Answers for "how to freeze an object's position unity"

C#
0

how to freeze an object's position unity

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

Code answers related to "how to freeze an object's position unity"

C# Answers by Framework

Browse Popular Code Answers by Language