Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sleepAngularVelocity

The angular velocity below which objects start going to sleep. (Default 0.14) range { 0, infinity }.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
Warning
Removed. The sleepAngularVelocity is no longer supported. Use sleepThreshold to specify energy.
public float sleepAngularVelocity { get; set; }

Remarks

See the Physics Overview in the manual for more information about Rigidbody sleeping.