Answers for "how to freeze the x poisiton of an object unity scripting"

C#
2

freeze position unity c#

rigidbody.constraints = RigidbodyConstraints.FreezeRotationX | RigidbodyConstraints.FreezeRotationZ | RigidbodyConstraints.FreezePositionY | RigidbodyConstraints.FreezePositionZ;
Posted by: Guest on July-01-2020

Code answers related to "how to freeze the x poisiton of an object unity scripting"

C# Answers by Framework

Browse Popular Code Answers by Language