Answers for "how to unfreeze a particular constraints in rigidbody"

1

unity rigidbody constraints unfreeze

rb.constraints = RigidbodyConstraints.FreezePositionX | ~RigidbodyConstraints.FreezePositionY | RigidbodyConstraints.FreezePositionZ;
Posted by: Guest on December-07-2020

Code answers related to "how to unfreeze a particular constraints in rigidbody"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language