angularVelocity property
Vector3
angularVelocity
getter/setter pair
Angular velocity of the body, in world space. Think of the angular velocity as a vector, which the body rotates around. The length of this vector determines how fast (in radians per second) the body rotates.
Implementation
Vector3 angularVelocity = Vector3.zero();