Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Rigidbody2D.angularVelocity

Switch to Manual
public float angularVelocity;

Description

Angular velocity in degrees per second.

Unlike a 3D Rigidbody, a Rigidbody2D can only rotate around one axis (perpendicular to the plane) so the angular velocity is just a float value rather than a vector. Typically, the value of this property is not set directly but rather by applying torques to the rigidbody. The angular velocity will also decrease automatically under the effect of angular drag.

See Also: velocity, AddTorque, AddForceAtPosition, angularDrag, Rigidbody.angularVelocity.

Did you find this page useful? Please give it a rating: