Answers for "unity how to acces rigidbody speed"

C#
4

how to get rigidbody speed in unity

var speed = rigidbody.velocity.magnitude;
Posted by: Guest on April-17-2020

Code answers related to "unity how to acces rigidbody speed"

C# Answers by Framework

Browse Popular Code Answers by Language