Answers for "unity C# add torque to rigidbody"

C#
0

unity C# add torque to rigidbody

Rigidbody rb;

void Update()
{
  rb.AddTorque(direction);
}
Posted by: Guest on December-07-2021

Code answers related to "unity C# add torque to rigidbody"

C# Answers by Framework

Browse Popular Code Answers by Language