The angular drag of the object.
rigidbody.angularDrag = 10;
using UnityEngine; using System.Collections; public class Example : MonoBehaviour { void Example() { rigidbody.angularDrag = 10; } }
import UnityEngine import System.Collections public class Example(MonoBehaviour): def Example() as void: rigidbody.angularDrag = 10